summary refs log tree commit diff
path: root/src/GameInitDispose.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GameInitDispose.cpp')
-rw-r--r--src/GameInitDispose.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GameInitDispose.cpp b/src/GameInitDispose.cpp
index 935945c..027d74b 100644
--- a/src/GameInitDispose.cpp
+++ b/src/GameInitDispose.cpp
@@ -80,8 +80,8 @@ Game* makeGame(Config config)
 	backwardskey = GLFW_KEY_S;
 	leftkey = GLFW_KEY_A;
 	rightkey = GLFW_KEY_D;
-	aimkey = GLFW_KEY_Q;
-	psychicaimkey = GLFW_KEY_E;
+	aimkey = GLFW_KEY_E;
+	psychicaimkey = GLFW_KEY_Q;
 	psychickey = GLFW_KEY_Z;
 
 	game->customlevels = config.custom_levels;