From: molivier Date: Tue, 19 Aug 2003 08:27:24 +0000 (+0000) Subject: Someone forgot to increment the number of items in the options menu. Added the "use... X-Git-Tag: xonotic-v0.1.0preview~6430 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f5e031db9f104347c815498c9a55181a1cef1b2a;p=xonotic%2Fdarkplaces.git 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 --- 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"},