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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user