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 50ea3223d..ae12551cf 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -53,6 +53,7 @@ class Settings final
guiAlpha(1.0F),
textureSize(1024),
moveType(0U),
+ crazyMoveType(0U),
persistentIp(true),
limitFps(false),
inputFocused(true),
@@ -80,6 +81,7 @@ class Settings final
float guiAlpha;
unsigned int textureSize;
unsigned int moveType;
+ unsigned int crazyMoveType;
bool persistentIp;
bool limitFps;
bool inputFocused;