Raise limit of objects per tab to 256

This commit is contained in:
Gymnasiast 2017-03-29 23:04:06 +02:00
parent 4da7e203ca
commit ea7f1f03e7
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ enum {
SCENERY_TYPE_BANNER
};
#define SCENERY_ENTRIES_BY_TAB 128
#define SCENERY_ENTRIES_BY_TAB 256
extern uint8 gWindowSceneryActiveTabIndex;
extern uint16 gWindowSceneryTabSelections[20];