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 847600c95..50ea3223d 100644 --- a/src/settings.h +++ b/src/settings.h @@ -52,6 +52,7 @@ class Settings final options(), guiAlpha(1.0F), textureSize(1024), + moveType(0U), persistentIp(true), limitFps(false), inputFocused(true), @@ -78,6 +79,7 @@ class Settings final Options options; float guiAlpha; unsigned int textureSize; + unsigned int moveType; bool persistentIp; bool limitFps; bool inputFocused; |