summaryrefslogtreecommitdiff
path: root/src/ui/ui_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/ui_local.h')
-rw-r--r--src/ui/ui_local.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/ui_local.h b/src/ui/ui_local.h
index ca3dab77..222942cb 100644
--- a/src/ui/ui_local.h
+++ b/src/ui/ui_local.h
@@ -57,6 +57,7 @@ void UI_DrawConnectScreen( qboolean overlay );
#define MAX_MODS 64
#define MAX_DEMOS 256
#define MAX_MOVIES 256
+#define MAX_HELP_INFOPANES 32
typedef struct
{
@@ -243,6 +244,10 @@ typedef struct
int humanBuildCount;
int humanBuildIndex;
+ menuItem_t helpList[ MAX_HELP_INFOPANES ];
+ int helpCount;
+ int helpIndex;
+
int weapons;
int upgrades;