diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp index f282cbeae..f97b55d66 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -155,6 +155,8 @@ static void initEngines() keyboard.update(); if (joystick) joystick->update(); + + UpdateStatusListener::distributeEvent(); } /** |