summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoman Tetelman <kevlarman@gmail.com>2009-10-03 12:59:46 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:16:23 +0000
commit69b6bfc354c10e26debec2a6c468ab7cc41f886f (patch)
tree01164c7693d724b114d1eb3232e02dc75df84f81 /src
parentb9938ffc37bc0c335a5a615c437cc5118b8993e7 (diff)
* add sprint bind to menu
Diffstat (limited to 'src')
-rw-r--r--src/ui/ui_shared.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/ui_shared.c b/src/ui/ui_shared.c
index 75abe046..b8eb88ad 100644
--- a/src/ui/ui_shared.c
+++ b/src/ui/ui_shared.c
@@ -5117,7 +5117,8 @@ static bind_t g_bindings[] =
{ "+scores", K_TAB, -1, -1, -1 },
{ "+button2", K_ENTER, -1, -1, -1 },
{ "+speed", K_SHIFT, -1, -1, -1 },
- { "+button6", 'x', -1, -1, -1 }, // human sprinting
+ { "+button6", 'z', -1, -1, -1 }, // human dodging
+ { "+button8", 'x', -1, -1, -1 },
{ "+forward", K_UPARROW, -1, -1, -1 },
{ "+back", K_DOWNARROW, -1, -1, -1 },
{ "+moveleft", ',', -1, -1, -1 },