mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 08:45:00 +01:00
Rename global config functions to use TitleCase
This commit is contained in:
@@ -205,10 +205,10 @@ std::unique_ptr<IPlatformEnvironment> OpenRCT2::CreatePlatformEnvironment()
|
||||
|
||||
// Now load the config so we can get the RCT1 and RCT2 paths
|
||||
auto configPath = env->GetFilePath(PATHID::CONFIG);
|
||||
config_set_defaults();
|
||||
if (!config_open(configPath))
|
||||
ConfigSetDefaults();
|
||||
if (!ConfigOpen(configPath))
|
||||
{
|
||||
config_save(configPath);
|
||||
ConfigSave(configPath);
|
||||
}
|
||||
if (gCustomRCT1DataPath.empty())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user