summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp4
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();
}
/**