From f5e031db9f104347c815498c9a55181a1cef1b2a Mon Sep 17 00:00:00 2001 From: molivier Date: Tue, 19 Aug 2003 08:27:24 +0000 Subject: [PATCH] Someone forgot to increment the number of items in the options menu. Added the "use" button to Transfusion key binding list git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3401 d7cf8633-e32d-0410-b094-e92efae38249 --- menu.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/menu.c b/menu.c index 0fed98f3..9ed07c8c 100644 --- a/menu.c +++ b/menu.c @@ -1108,7 +1108,7 @@ void M_DrawCheckbox (int x, int y, int on) } -#define OPTIONS_ITEMS 31 +#define OPTIONS_ITEMS 32 int options_cursor; @@ -1758,6 +1758,7 @@ char *transfusionbindnames[][2] = {"+movedown", "swim down"}, {"+attack", "attack"}, {"+button3", "altfire"}, +{"+button4", "use"}, {"impulse 1", "Pitch Fork"}, {"impulse 2", "Flare Gun"}, {"impulse 3", "Shotgun"}, -- 2.39.2