diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-21 21:39:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-21 21:39:00 +0300 |
commit | eed7ef561a9d590d507255118132676f868b1bd3 (patch) | |
tree | 586f7f394c0d7678ed615525c6129fb9d787bf04 /src/gamemodifiers.h | |
parent | c41fcc1f637e76e5ff671b223ce6c151af89e7d3 (diff) | |
download | plus-eed7ef561a9d590d507255118132676f868b1bd3.tar.gz plus-eed7ef561a9d590d507255118132676f868b1bd3.tar.bz2 plus-eed7ef561a9d590d507255118132676f868b1bd3.tar.xz plus-eed7ef561a9d590d507255118132676f868b1bd3.zip |
move "change pickup 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 ed19773d8..b08955588 100644 --- a/src/gamemodifiers.h +++ b/src/gamemodifiers.h @@ -56,6 +56,8 @@ class GameModifiers final void changeQuickDropCounter(const bool forward); + void changePickUpType(const bool forward); + void setQuickDropCounter(const int n); std::string getMoveTypeString(); @@ -72,6 +74,8 @@ class GameModifiers final std::string getQuickDropCounterString(); + std::string getPickUpTypeString(); + protected: static const char *getVarItem(const char *const *const arr, const unsigned index, |