From 5d030da5ae9c86fac54b667efaacb6bf9e82ad49 Mon Sep 17 00:00:00 2001 From: Michael Steenbeek Date: Wed, 2 Mar 2022 21:48:39 +0100 Subject: [PATCH] Fix missed occurrence --- src/openrct2/scenario/ScenarioRepository.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2/scenario/ScenarioRepository.cpp b/src/openrct2/scenario/ScenarioRepository.cpp index ed6ef39a09..70aa8ca380 100644 --- a/src/openrct2/scenario/ScenarioRepository.cpp +++ b/src/openrct2/scenario/ScenarioRepository.cpp @@ -514,7 +514,7 @@ private: if (!File::Exists(mpdatPath)) { mpdatPath = Path::ResolveCasing( - Path::Combine(_env->GetDirectoryPath(DIRBASE::RCT1), u8"RCTdeluxe_install", "Data", u8"mp.dat")); + Path::Combine(_env->GetDirectoryPath(DIRBASE::RCT1), u8"RCTdeluxe_install", u8"Data", u8"mp.dat")); } if (File::Exists(mpdatPath) && !File::Exists(sc21Path))