diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-04-24 05:32:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-04-24 05:32:41 +0300 |
commit | 65d6e86c20604e76ac0de46e54bf5571c570fd53 (patch) | |
tree | a9487422a0a2e1a7be8db5a1ade415b8011dfe0f /src/localplayer.h | |
parent | ccb35758a391807322265994b1712c8d7ed2d16c (diff) | |
download | plus-65d6e86c20604e76ac0de46e54bf5571c570fd53.tar.gz plus-65d6e86c20604e76ac0de46e54bf5571c570fd53.tar.bz2 plus-65d6e86c20604e76ac0de46e54bf5571c570fd53.tar.xz plus-65d6e86c20604e76ac0de46e54bf5571c570fd53.zip |
Add reset yellow bar command to bars context menu.
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 904ce74db..f42258a82 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -492,6 +492,8 @@ class LocalPlayer : public Being, public ActorSpriteListener, int getAttackMobIndex(std::string name); + void resetYellowBar(); + protected: /** Whether or not the name settings have changed */ bool mUpdateName; |