From 5c3746562bafd61603c67958fc82ff097a69e3a4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 2 Feb 2014 12:49:08 +0300 Subject: Add missing const and static into other classes. --- src/game.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game.cpp') 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); -- cgit v1.2.3-60-g2f50