From 3e746cde9f3bed3750ed86b53999478236a58f60 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Mon, 17 Dec 2001 00:11:55 +0000 Subject: Added check for ceiling building. Fixed missing menu bug --- src/ui/ui_shared.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/ui_shared.h') diff --git a/src/ui/ui_shared.h b/src/ui/ui_shared.h index a84070cf..8d67fce1 100644 --- a/src/ui/ui_shared.h +++ b/src/ui/ui_shared.h @@ -26,7 +26,7 @@ #define MAX_ITEMACTION 64 #define MAX_MENUDEFFILE 4096 #define MAX_MENUFILE 32768 -#define MAX_MENUS 64 +#define MAX_MENUS 256 #define MAX_MENUITEMS 96 #define MAX_COLOR_RANGES 10 #define MAX_OPEN_MENUS 16 -- cgit