Fix #6756: Raise maximum amount of scenery items per tab to 1024

This commit is contained in:
Michael Steenbeek 2017-12-01 10:02:33 +01:00
parent f4b6b728e3
commit 7b373e23ac
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ enum
BANNER_ENTRY_FLAG_HAS_PRIMARY_COLOUR = (1 << 0),
};
#define SCENERY_ENTRIES_BY_TAB 256
#define SCENERY_ENTRIES_BY_TAB 1024
#ifdef __cplusplus
extern "C" {