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/settings.h | |
parent | b02b4ce0b656a93fbcaa927b0ba289edfec6e22c (diff) | |
download | plus-cfffcc941898c4163e1bd62b8e514d3535511666.tar.gz plus-cfffcc941898c4163e1bd62b8e514d3535511666.tar.bz2 plus-cfffcc941898c4163e1bd62b8e514d3535511666.tar.xz plus-cfffcc941898c4163e1bd62b8e514d3535511666.zip |
move "change move to target type" option into gamemodifiers.
Diffstat (limited to 'src/settings.h')
-rw-r--r-- | src/settings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index ae12551cf..2840d02ef 100644 --- a/src/settings.h +++ b/src/settings.h @@ -54,6 +54,7 @@ class Settings final textureSize(1024), moveType(0U), crazyMoveType(0U), + moveToTargetType(0U), persistentIp(true), limitFps(false), inputFocused(true), @@ -82,6 +83,7 @@ class Settings final unsigned int textureSize; unsigned int moveType; unsigned int crazyMoveType; + unsigned int moveToTargetType; bool persistentIp; bool limitFps; bool inputFocused; |