diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-05-09 23:02:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-05-09 23:02:28 +0300 |
commit | 94a9a81d9c6aa9fa287616c8b4bfc5ea86214dcd (patch) | |
tree | a5fd9ec3c5844ce9b8d6b4c63c25c9ded803a6a0 /src/being.h | |
parent | 51169702a6fba4626eeae44faa35ebcbf40e5fed (diff) | |
download | mv-94a9a81d9c6aa9fa287616c8b4bfc5ea86214dcd.tar.gz mv-94a9a81d9c6aa9fa287616c8b4bfc5ea86214dcd.tar.bz2 mv-94a9a81d9c6aa9fa287616c8b4bfc5ea86214dcd.tar.xz mv-94a9a81d9c6aa9fa287616c8b4bfc5ea86214dcd.zip |
Impliment air and water block types.
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 |