diff options
-rw-r--r-- | src/game.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp index 902411f69..a564cd4b2 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -172,6 +172,10 @@ static void initEngines() DepricatedEvent::trigger(CHANNEL_GAME, DepricatedEvent(EVENT_ENGINESINITALIZED)); + + keyboard.update(); + if (joystick) + joystick->update(); } /** |