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 6e4341372..13c9ccc75 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -962,7 +962,7 @@ void Game::handleInput() } handleMove(); - inputManager.handleRepeat(); + InputManager::handleRepeat(); BLOCK_END("Game::handleInput 1") } @@ -1175,7 +1175,7 @@ void Game::closeDialogs() } } -void Game::videoResized(const int width, const int height) const +void Game::videoResized(const int width, const int height) { if (viewport) viewport->setSize(width, height); |