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:
committed by
Ted John
parent
2d55356e6e
commit
02c1db82af
@@ -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