1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 01:35:06 +01:00

Replace occurrences of OpenRCT with OpenRCT2 (#11898)

This commit is contained in:
Michael Steenbeek
2020-06-08 15:11:07 +02:00
committed by GitHub
parent 22d099d6bd
commit e83b86df4d
17 changed files with 44 additions and 43 deletions

View File

@@ -81,7 +81,7 @@ namespace Platform
std::string GetInstallPath()
{
// 1. Try command line argument
auto path = std::string(gCustomOpenrctDataPath);
auto path = std::string(gCustomOpenRCT2DataPath);
if (!path.empty())
{
return Path::GetAbsolute(path);