diff options
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; |