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/settings.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/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 40f1b7b24..668079707 100644 --- a/src/settings.h +++ b/src/settings.h @@ -56,6 +56,7 @@ class Settings final crazyMoveType(0U), moveToTargetType(0U), followMode(0U), + attackWeaponType(0U), persistentIp(true), limitFps(false), inputFocused(true), @@ -86,6 +87,7 @@ class Settings final unsigned int crazyMoveType; unsigned int moveToTargetType; unsigned int followMode; + unsigned int attackWeaponType; bool persistentIp; bool limitFps; bool inputFocused; |