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