summaryrefslogtreecommitdiff
path: root/src/progs/manaplus/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/progs/manaplus/client.cpp')
-rw-r--r--src/progs/manaplus/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/progs/manaplus/client.cpp b/src/progs/manaplus/client.cpp
index 41afa2fe5..f9575e8e4 100644
--- a/src/progs/manaplus/client.cpp
+++ b/src/progs/manaplus/client.cpp
@@ -374,6 +374,7 @@ void Client::gameInit()
#endif // USE_SDL2
WindowManager::applyKeyRepeat();
+ eventsManager.init();
eventsManager.enableEvents();
#ifdef WIN32
@@ -454,7 +455,6 @@ void Client::gameInit()
popupManager = new PopupManager;
initSoundManager();
- eventsManager.init();
// Initialize keyboard
keyboard.init();