From 69b6bfc354c10e26debec2a6c468ab7cc41f886f Mon Sep 17 00:00:00 2001 From: Roman Tetelman Date: Sat, 3 Oct 2009 12:59:46 +0000 Subject: * add sprint bind to menu --- src/ui/ui_shared.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ui') 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 }, -- cgit