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 ae12551cf..2840d02ef 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -54,6 +54,7 @@ class Settings final
textureSize(1024),
moveType(0U),
crazyMoveType(0U),
+ moveToTargetType(0U),
persistentIp(true),
limitFps(false),
inputFocused(true),
@@ -82,6 +83,7 @@ class Settings final
unsigned int textureSize;
unsigned int moveType;
unsigned int crazyMoveType;
+ unsigned int moveToTargetType;
bool persistentIp;
bool limitFps;
bool inputFocused;