diff options
Diffstat (limited to 'src/npc.cpp')
-rw-r--r-- | src/npc.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/npc.cpp b/src/npc.cpp index e96ad0b7..8081770c 100644 --- a/src/npc.cpp +++ b/src/npc.cpp @@ -31,8 +31,6 @@ #include "gui/gui.h" -class Spriteset; - NPC *current_npc = 0; NPC::NPC(Uint32 id, Uint16 job, Map *map, Network *network): |