diff options
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.h b/src/being.h index 9609c2909..199cb4dc2 100644 --- a/src/being.h +++ b/src/being.h @@ -392,7 +392,7 @@ class Being : public ActorSprite, public ConfigListener /** * Gets the way the object is blocked by other objects. */ - unsigned char getWalkMask() const; + virtual unsigned char getWalkMask() const; /** * Gets the way the monster blocks pathfinding for other objects |