summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-07-21 17:53:41 +0300
committerAndrei Karas <akaras@inbox.ru>2014-07-21 17:53:41 +0300
commit8b6afd0d756b9fc66c9f4de3ef452c24f64c87d1 (patch)
tree61f95032eb06210d145b3f1f704c2f60a396974a /src/settings.h
parent623c0127e4ad5170e9ee003475ed566cec55cfeb (diff)
downloadplus-8b6afd0d756b9fc66c9f4de3ef452c24f64c87d1.tar.gz
plus-8b6afd0d756b9fc66c9f4de3ef452c24f64c87d1.tar.bz2
plus-8b6afd0d756b9fc66c9f4de3ef452c24f64c87d1.tar.xz
plus-8b6afd0d756b9fc66c9f4de3ef452c24f64c87d1.zip
move "change attack type" option into gamemodifiers.
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index 668079707..05c24a9b4 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -57,6 +57,7 @@ class Settings final
moveToTargetType(0U),
followMode(0U),
attackWeaponType(0U),
+ attackType(0U),
persistentIp(true),
limitFps(false),
inputFocused(true),
@@ -88,6 +89,7 @@ class Settings final
unsigned int moveToTargetType;
unsigned int followMode;
unsigned int attackWeaponType;
+ unsigned int attackType;
bool persistentIp;
bool limitFps;
bool inputFocused;