summaryrefslogtreecommitdiff
path: root/src/npc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/npc.h')
-rw-r--r--src/npc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/npc.h b/src/npc.h
index cd31e060..57e6d5a8 100644
--- a/src/npc.h
+++ b/src/npc.h
@@ -48,8 +48,6 @@ class NPC : public Player
virtual unsigned char getWalkMask() const
{ return 0x83; } // blocked like a monster by walls, monsters and characters ( bin 1000 0011)
- void checkSprites();
-
static bool isTalking;
protected: