diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-20 20:58:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-21 00:18:17 +0300 |
commit | 744b9d6689b67779a1d17c6d3de7cd016ca1033b (patch) | |
tree | 8c7f235ec6ffd1f00bd6865a355be3f731b30395 /src/settings.h | |
parent | c42d25a77f5bd7bcd04636abded20452a753fa6d (diff) | |
download | plus-744b9d6689b67779a1d17c6d3de7cd016ca1033b.tar.gz plus-744b9d6689b67779a1d17c6d3de7cd016ca1033b.tar.bz2 plus-744b9d6689b67779a1d17c6d3de7cd016ca1033b.tar.xz plus-744b9d6689b67779a1d17c6d3de7cd016ca1033b.zip |
move "change move" option into gamemodifiers.
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; |