diff options
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/ui_shared.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/ui_shared.c b/src/ui/ui_shared.c index f41b8bdc..f0dce0bc 100644 --- a/src/ui/ui_shared.c +++ b/src/ui/ui_shared.c @@ -4716,7 +4716,7 @@ void Item_Text_Wrapped_Paint( itemDef_t *item ) buff[ lineLength + 2 ] = '\0'; } else - { + { strncpy( buff, p, lineLength ); buff[ lineLength ] = '\0'; } @@ -4984,7 +4984,7 @@ static bind_t g_bindings[] = { "+scores", K_TAB, -1, -1, -1 }, { "+button2", K_ENTER, -1, -1, -1 }, { "+speed", K_SHIFT, -1, -1, -1 }, - { "boost", 'x', -1, -1, -1 }, // human sprinting + { "+button6", 'x', -1, -1, -1 }, // human sprinting { "+forward", K_UPARROW, -1, -1, -1 }, { "+back", K_DOWNARROW, -1, -1, -1 }, { "+moveleft", ',', -1, -1, -1 }, |