Fix gMapElements size

This commit is contained in:
Michał Janiszewski 2016-07-28 00:33:20 +02:00
parent 3fcc7ab4ef
commit 702ae49474
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ uint8 gMapSelectArrowDirection;
uint8 gMapGroundFlags;
#if defined(NO_RCT2)
rct_map_element gMapElements[MAX_MAP_ELEMENTS];
rct_map_element gMapElements[0x30000];
rct_map_element *gMapElementTilePointers[MAX_TILE_MAP_ELEMENT_POINTERS];
#else
rct_map_element *gMapElements = (rct_map_element*)RCT2_ADDRESS_MAP_ELEMENTS;