diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-21 13:00:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-21 13:00:00 +0300 |
commit | cfffcc941898c4163e1bd62b8e514d3535511666 (patch) | |
tree | b9889c95f521b81edaec32ac8b45fe859154ca3d /src/gamemodifiers.h | |
parent | b02b4ce0b656a93fbcaa927b0ba289edfec6e22c (diff) | |
download | ManaVerse-cfffcc941898c4163e1bd62b8e514d3535511666.tar.gz ManaVerse-cfffcc941898c4163e1bd62b8e514d3535511666.tar.bz2 ManaVerse-cfffcc941898c4163e1bd62b8e514d3535511666.tar.xz ManaVerse-cfffcc941898c4163e1bd62b8e514d3535511666.zip |
move "change move to target 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 72b9f5cf0..b92ecf24f 100644 --- a/src/gamemodifiers.h +++ b/src/gamemodifiers.h @@ -46,10 +46,14 @@ class GameModifiers final void changeCrazyMoveType(const bool forward); + void changeMoveToTargetType(const bool forward); + std::string getMoveTypeString(); std::string getCrazyMoveTypeString(); + std::string getMoveToTargetTypeString(); + protected: static const char *getVarItem(const char *const *const arr, const unsigned index, |