summaryrefslogtreecommitdiff
path: root/src/npc.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-05-05 23:02:54 -0600
committerJared Adams <jaxad0127@gmail.com>2009-05-05 23:02:54 -0600
commita1f5bf3b2d6fe9cfb3106d2da798a62cda546f92 (patch)
treecd64fe465730d1e4a9bc3a2e7dab1fb1fda0a732 /src/npc.h
parent61f7c4269472c806e63b1061cd4e4b8c831c3b59 (diff)
downloadmana-client-a1f5bf3b2d6fe9cfb3106d2da798a62cda546f92.tar.gz
mana-client-a1f5bf3b2d6fe9cfb3106d2da798a62cda546f92.tar.bz2
mana-client-a1f5bf3b2d6fe9cfb3106d2da798a62cda546f92.tar.xz
mana-client-a1f5bf3b2d6fe9cfb3106d2da798a62cda546f92.zip
Remove debug code that was accidentally committed
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: