diff options
author | Tim Angus <tim@ngus.net> | 2001-12-17 00:11:55 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2001-12-17 00:11:55 +0000 |
commit | 3e746cde9f3bed3750ed86b53999478236a58f60 (patch) | |
tree | 9efa43f4167c2958673469c8603aaa1c299c999d /src/ui | |
parent | c27d7aa9660210251f1f95c30360f7f95e3cf46c (diff) |
Added check for ceiling building. Fixed missing menu bug
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/ui_shared.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |