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