1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 20:43:04 +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 Ted John
parent 2d55356e6e
commit 02c1db82af

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];