1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 14:54:30 +01:00

Rename global config functions to use TitleCase

This commit is contained in:
Hielke Morsink
2022-10-16 18:00:03 +02:00
parent f9d1f024c2
commit 5fa53ad528
27 changed files with 143 additions and 143 deletions

View File

@@ -89,7 +89,7 @@ NewVersionInfo get_latest_version()
verinfo.url = Json::GetString(root["html_url"]);
gConfigGeneral.LastVersionCheckTime = now;
config_save_default();
ConfigSaveDefault();
}
#endif
return verinfo;