1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 19:43:06 +01:00

Fix assertion getting hit on valid path types

This commit is contained in:
Michael Steenbeek
2016-08-31 18:58:58 +02:00
committed by Gymnasiast
parent dd7bfdc529
commit 355b33ba94

View File

@@ -54,7 +54,7 @@ private:
uint8 _smallSceneryTypeToEntryMap[256];
uint8 _largeSceneryTypeToEntryMap[256];
uint8 _wallTypeToEntryMap[256];
uint8 _pathTypeToEntryMap[16];
uint8 _pathTypeToEntryMap[24];
uint8 _pathAdditionTypeToEntryMap[16];
uint8 _sceneryThemeTypeToEntryMap[24];