mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 14:24:33 +01:00
Rename public general config data members
This commit is contained in:
@@ -212,11 +212,11 @@ std::unique_ptr<IPlatformEnvironment> OpenRCT2::CreatePlatformEnvironment()
|
||||
}
|
||||
if (gCustomRCT1DataPath.empty())
|
||||
{
|
||||
env->SetBasePath(DIRBASE::RCT1, gConfigGeneral.rct1_path);
|
||||
env->SetBasePath(DIRBASE::RCT1, gConfigGeneral.RCT1Path);
|
||||
}
|
||||
if (gCustomRCT2DataPath.empty())
|
||||
{
|
||||
env->SetBasePath(DIRBASE::RCT2, gConfigGeneral.rct2_path);
|
||||
env->SetBasePath(DIRBASE::RCT2, gConfigGeneral.RCT2Path);
|
||||
}
|
||||
|
||||
// Log base paths
|
||||
|
||||
Reference in New Issue
Block a user