]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Someone forgot to increment the number of items in the options menu. Added the "use...
authormolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 19 Aug 2003 08:27:24 +0000 (08:27 +0000)
committermolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 19 Aug 2003 08:27:24 +0000 (08:27 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3401 d7cf8633-e32d-0410-b094-e92efae38249

menu.c

diff --git a/menu.c b/menu.c
index 0fed98f31e1efd8a42be3726862f9b124f1a764e..9ed07c8cc5dd414c4bde8033802701662318fedd 100644 (file)
--- 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"},