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:
committed by
Gymnasiast
parent
dd7bfdc529
commit
355b33ba94
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user