diff options
Diffstat (limited to 'src/localplayer.h')
-rw-r--r-- | src/localplayer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/localplayer.h b/src/localplayer.h index 6a6a015b8..9cf0b9cfa 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -451,6 +451,8 @@ class LocalPlayer : public Being, public ActorSpriteListener, void resetYellowBar(); + virtual unsigned char getWalkMask() const; + protected: /** Whether or not the name settings have changed */ bool mUpdateName; |