diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game.cpp b/src/game.cpp index 0cc8da764..6592e6ae9 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -1018,8 +1018,8 @@ void Game::handleInput() #endif { BLOCK_START("Game::handleInput 2") - if (eventsManager.handleEvent(event)) - continue; +// if (eventsManager.handleEvent(event)) +// continue; if (event.type == SDL_KEYDOWN || event.type == SDL_KEYUP) updateHistory(event); |