diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-21 21:25:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-21 21:25:47 +0300 |
commit | c41fcc1f637e76e5ff671b223ce6c151af89e7d3 (patch) | |
tree | ae7afae3d8c30eff4569fc0c41fb8d0ef99ecd94 /src/settings.h | |
parent | 8b6afd0d756b9fc66c9f4de3ef452c24f64c87d1 (diff) | |
download | plus-c41fcc1f637e76e5ff671b223ce6c151af89e7d3.tar.gz plus-c41fcc1f637e76e5ff671b223ce6c151af89e7d3.tar.bz2 plus-c41fcc1f637e76e5ff671b223ce6c151af89e7d3.tar.xz plus-c41fcc1f637e76e5ff671b223ce6c151af89e7d3.zip |
move "change drop counter" 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 05c24a9b4..cd174a8fa 100644 --- a/src/settings.h +++ b/src/settings.h @@ -58,6 +58,7 @@ class Settings final followMode(0U), attackWeaponType(0U), attackType(0U), + quickDropCounter(0U), persistentIp(true), limitFps(false), inputFocused(true), @@ -90,6 +91,7 @@ class Settings final unsigned int followMode; unsigned int attackWeaponType; unsigned int attackType; + unsigned int quickDropCounter; bool persistentIp; bool limitFps; bool inputFocused; |