summaryrefslogtreecommitdiff
path: root/src/game/GameController.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/GameController.cpp')
-rw-r--r--src/game/GameController.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/GameController.cpp b/src/game/GameController.cpp
index 07ccfe9..0f3d92e 100644
--- a/src/game/GameController.cpp
+++ b/src/game/GameController.cpp
@@ -664,7 +664,7 @@ bool GameController::KeyRelease(int key, Uint16 character, bool shift, bool ctrl
{
sim->player2.comm = (int)(sim->player2.comm)&11;
}
- if (key == SDLK_s)
+ if (key == KEY_s)
{
sim->player2.comm = (int)(sim->player2.comm)&7;
}