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 cd174a8fa..e224eafb9 100644 --- a/src/settings.h +++ b/src/settings.h @@ -59,6 +59,7 @@ class Settings final attackWeaponType(0U), attackType(0U), quickDropCounter(0U), + pickUpType(0U), persistentIp(true), limitFps(false), inputFocused(true), @@ -92,6 +93,7 @@ class Settings final unsigned int attackWeaponType; unsigned int attackType; unsigned int quickDropCounter; + unsigned int pickUpType; bool persistentIp; bool limitFps; bool inputFocused; |