Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/client/keyboard.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/keyboard.cc b/src/client/keyboard.cc
index fe6496f..37c6fc6 100644
--- a/src/client/keyboard.cc
+++ b/src/client/keyboard.cc
@@ -153,7 +153,7 @@ Keyboard::Keyboard()
add_key(SDL_SCANCODE_KP_EQUALS, "kpequal", '=');
add_key(SDL_SCANCODE_KP_LESS, "kpless", '<');
- add_key(SDL_SCANCODE_LEFT, "left", 0, "+ lookleft");
+ add_key(SDL_SCANCODE_LEFT, "left", 0, "+lookleft");
add_key(SDL_SCANCODE_RIGHT, "right", 0, "+lookright");
add_key(SDL_SCANCODE_UP, "up", 0, "+lookup");
add_key(SDL_SCANCODE_DOWN, "down", 0, "+lookdown");