summaryrefslogtreecommitdiff
path: root/src/being/localplayer.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-03 18:21:22 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-03 18:21:22 +0300
commitc3baf8df436ed5635afa28fe6853be15658c5c99 (patch)
tree8267fec4af6c016f68932236de65974a9c7a7e25 /src/being/localplayer.h
parentb592850c224965729dfb68fcdce486346ab8301a (diff)
downloadplus-c3baf8df436ed5635afa28fe6853be15658c5c99.tar.gz
plus-c3baf8df436ed5635afa28fe6853be15658c5c99.tar.bz2
plus-c3baf8df436ed5635afa28fe6853be15658c5c99.tar.xz
plus-c3baf8df436ed5635afa28fe6853be15658c5c99.zip
Fix status icons.
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r--src/being/localplayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h
index a0ff28dc2..ec789d0d2 100644
--- a/src/being/localplayer.h
+++ b/src/being/localplayer.h
@@ -519,8 +519,8 @@ class LocalPlayer final : public Being,
protected:
void updateCoords() override final;
- void handleStatusEffect(StatusEffect *const effect,
- const int effectId);
+ void handleStatusEffect(const StatusEffect *const effect,
+ const int effectId) override final;
void startWalking(const unsigned char dir);