diff options
Diffstat (limited to 'src/ui/ui_local.h')
-rw-r--r-- | src/ui/ui_local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui_local.h b/src/ui/ui_local.h index c2604af3..654cda4e 100644 --- a/src/ui/ui_local.h +++ b/src/ui/ui_local.h @@ -144,7 +144,7 @@ extern vmCvar_t ui_bank; #define MAX_EDIT_LINE 256 #define MAX_MENUDEPTH 8 -#define MAX_MENUITEMS 96 +#define MAX_MENUITEMS 128 #define MTYPE_NULL 0 #define MTYPE_SLIDER 1 |