You've already forked OpenRCT2-Unity
mirror of
https://github.com/izzy2lost/OpenRCT2-Unity.git
synced 2026-03-10 12:38:22 -07:00
Fix gTileElements size
This commit is contained in:
@@ -98,7 +98,7 @@ int16_t gMapSize;
|
||||
int16_t gMapSizeMaxXY;
|
||||
int16_t gMapBaseZ;
|
||||
|
||||
TileElement gTileElements[MAX_TILE_TILE_ELEMENT_POINTERS * 3];
|
||||
TileElement gTileElements[MAX_TILE_ELEMENTS];
|
||||
TileElement* gTileElementTilePointers[MAX_TILE_TILE_ELEMENT_POINTERS];
|
||||
std::vector<CoordsXY> gMapSelectionTiles;
|
||||
std::vector<PeepSpawn> gPeepSpawns;
|
||||
|
||||
@@ -119,7 +119,7 @@ extern uint8_t gMapSelectArrowDirection;
|
||||
|
||||
extern uint8_t gMapGroundFlags;
|
||||
|
||||
extern TileElement gTileElements[MAX_TILE_TILE_ELEMENT_POINTERS * 3];
|
||||
extern TileElement gTileElements[MAX_TILE_ELEMENTS];
|
||||
extern TileElement* gTileElementTilePointers[MAX_TILE_TILE_ELEMENT_POINTERS];
|
||||
|
||||
extern std::vector<CoordsXY> gMapSelectionTiles;
|
||||
|
||||
Reference in New Issue
Block a user