Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@telenet.be>2020-07-19 00:01:01 +0200
committerStijn Buys <ingar@telenet.be>2020-07-19 00:01:01 +0200
commit592afefe1b639abdd298b4875324774b5827663e (patch)
tree57d4d3a75053a26cbad1ded05840ca3c28c7484d
parent50df5cb18971c74f892ed7b89f5912af575f0488 (diff)
Corrected a typo in key bindings.
-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");