summaryrefslogtreecommitdiffstats
path: root/src/game-server/character.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/character.h')
-rw-r--r--src/game-server/character.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/game-server/character.h b/src/game-server/character.h
index 1f82a10..f54d4ec 100644
--- a/src/game-server/character.h
+++ b/src/game-server/character.h
@@ -372,13 +372,6 @@ class Character : public Being
Script::Thread *getNpcThread() const
{ return mNpcThread; }
-
- /**
- * Gets the way the actor is blocked by other things on the map
- */
- virtual unsigned char getWalkMask() const
- { return 0x82; } // blocked by walls and monsters ( bin 1000 0010)
-
/** Makes it impossible to chat for a while */
void mute(int seconds)
{ setTimerHard(T_C_MUTE, seconds * 10); }