From 355b33ba941c73ae9ad756593ea3b9abdd871990 Mon Sep 17 00:00:00 2001 From: Michael Steenbeek Date: Wed, 31 Aug 2016 18:58:58 +0200 Subject: [PATCH] Fix assertion getting hit on valid path types --- src/rct1/S4Importer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rct1/S4Importer.h b/src/rct1/S4Importer.h index c450d9c3cc..813d57d43f 100644 --- a/src/rct1/S4Importer.h +++ b/src/rct1/S4Importer.h @@ -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];