mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 12:33:17 +01:00
Move call to load custom currency preferences to config_open_default()
This commit is contained in:
@@ -479,6 +479,8 @@ bool config_open_default()
|
||||
return true;
|
||||
}
|
||||
|
||||
currency_load_custom_currency_config();
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
@@ -261,8 +261,6 @@ bool openrct2_initialise()
|
||||
}
|
||||
}
|
||||
|
||||
currency_load_custom_currency_config();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user