summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index c7be2575e..fd1025631 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -66,6 +66,7 @@ class Settings final
pvpAttackType(0U),
imitationMode(0U),
cameraMode(0U),
+ crazyMoveState(0),
mapDrawType(MapType::NORMAL),
persistentIp(true),
limitFps(false),
@@ -110,6 +111,7 @@ class Settings final
unsigned int pvpAttackType;
unsigned int imitationMode;
unsigned int cameraMode;
+ int crazyMoveState;
MapType::MapType mapDrawType;
bool persistentIp;
bool limitFps;