summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 96935981..c8b295bb 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -415,7 +415,7 @@ void Game::handleInput()
if (setupWindow->isVisible() &&
keyboard.getNewKeyIndex() > KeyboardConfig::KEY_NO_VALUE)
{
- keyboard.setNewKey((int) event.key.keysym.sym);
+ keyboard.setNewKey(event.key.keysym.sym);
keyboard.callbackNewKey();
keyboard.setNewKeyIndex(KeyboardConfig::KEY_NO_VALUE);
return;