diff 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(); |