diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-21 13:24:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-21 13:24:00 +0300 |
commit | 623c0127e4ad5170e9ee003475ed566cec55cfeb (patch) | |
tree | 269181626445874223a4b450ea65d6dbc46fb3c3 /src/gamemodifiers.h | |
parent | 684e041568932a651aaeb09a1247f42860871a59 (diff) | |
download | plus-623c0127e4ad5170e9ee003475ed566cec55cfeb.tar.gz plus-623c0127e4ad5170e9ee003475ed566cec55cfeb.tar.bz2 plus-623c0127e4ad5170e9ee003475ed566cec55cfeb.tar.xz plus-623c0127e4ad5170e9ee003475ed566cec55cfeb.zip |
move "change attack weapon type" option into gamemodifiers.
Diffstat (limited to 'src/gamemodifiers.h')
-rw-r--r-- | src/gamemodifiers.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gamemodifiers.h b/src/gamemodifiers.h index e44a57379..9c1e21953 100644 --- a/src/gamemodifiers.h +++ b/src/gamemodifiers.h @@ -50,6 +50,8 @@ class GameModifiers final void changeFollowMode(const bool forward); + void changeAttackWeaponType(const bool forward); + std::string getMoveTypeString(); std::string getCrazyMoveTypeString(); @@ -58,6 +60,8 @@ class GameModifiers final std::string getFollowModeString(); + std::string getAttackWeaponTypeString(); + protected: static const char *getVarItem(const char *const *const arr, const unsigned index, |