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 2840d02ef..40f1b7b24 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -55,6 +55,7 @@ class Settings final
moveType(0U),
crazyMoveType(0U),
moveToTargetType(0U),
+ followMode(0U),
persistentIp(true),
limitFps(false),
inputFocused(true),
@@ -84,6 +85,7 @@ class Settings final
unsigned int moveType;
unsigned int crazyMoveType;
unsigned int moveToTargetType;
+ unsigned int followMode;
bool persistentIp;
bool limitFps;
bool inputFocused;