diff options
Diffstat (limited to 'src/npc.h')
-rw-r--r-- | src/npc.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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: |