diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-04-19 22:02:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-04-20 00:26:53 +0300 |
commit | e3009cfe9cc0a824450d3e71a0ce8d6b5cd9ff91 (patch) | |
tree | 2959d64c52fb2d9df7ca30fb5a400e17570c4861 /src/game.cpp | |
parent | ac9d9925b52789abc07795d5ed52dd0de620c757 (diff) | |
download | plus-e3009cfe9cc0a824450d3e71a0ce8d6b5cd9ff91.tar.gz plus-e3009cfe9cc0a824450d3e71a0ce8d6b5cd9ff91.tar.bz2 plus-e3009cfe9cc0a824450d3e71a0ce8d6b5cd9ff91.tar.xz plus-e3009cfe9cc0a824450d3e71a0ce8d6b5cd9ff91.zip |
Add quick settings page for yellow bar options.
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp index f00770c39..1e4d838e3 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -161,7 +161,6 @@ static void initEngines() if (joystick) joystick->update(); - GameModifiers::init(); UpdateStatusListener::distributeEvent(); } @@ -176,6 +175,8 @@ static void createGuiWindows() if (emoteShortcut) emoteShortcut->load(); + GameModifiers::init(); + // Create dialogs emoteWindow = new EmoteWindow; emoteWindow->postInit(); |