forked from townforge/townforge
game: fix bug with loading key mapping to :
This commit is contained in:
parent
ae2701b063
commit
2ae00019ae
@ -72,7 +72,7 @@ Controls::Controls():
|
||||
|
||||
RegisterKey(INPUT_KEY_BACKQUOTE, KEY_BACKQUOTE, "`");
|
||||
RegisterKey(INPUT_KEY_BACKSLASH, KEY_BACKSLASH, "\\");
|
||||
RegisterKey(INPUT_KEY_COLON, KEY_COLON, ".");
|
||||
RegisterKey(INPUT_KEY_COLON, KEY_COLON, ":");
|
||||
RegisterKey(INPUT_KEY_SEMICOLON, KEY_SEMICOLON, ";");
|
||||
RegisterKey(INPUT_KEY_COMMA, KEY_COMMA, ",");
|
||||
RegisterKey(INPUT_KEY_LESS, KEY_LESS, "<");
|
||||
|
Loading…
Reference in New Issue
Block a user