From 2f39ee55f755828ed40c78f9ad1978124a5f3a08 Mon Sep 17 00:00:00 2001 From: Michael Steenbeek <1478678+Gymnasiast@users.noreply.github.com> Date: Wed, 7 Aug 2024 13:20:19 +0200 Subject: [PATCH] S4: Remove duplicate call to CreateAvailableObjectMappings() --- src/openrct2/rct1/S4Importer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/openrct2/rct1/S4Importer.cpp b/src/openrct2/rct1/S4Importer.cpp index f8a2063313..274a3629c2 100644 --- a/src/openrct2/rct1/S4Importer.cpp +++ b/src/openrct2/rct1/S4Importer.cpp @@ -178,8 +178,6 @@ namespace OpenRCT2::RCT1 { Initialise(gameState); - CreateAvailableObjectMappings(); - ImportRides(); ImportRideMeasurements(); ImportEntities();