You've already forked OpenRCT2-Unity
mirror of
https://github.com/izzy2lost/OpenRCT2-Unity.git
synced 2026-03-10 12:38:22 -07:00
fix #3314: save custom objects when quick-saving
This commit is contained in:
@@ -998,7 +998,7 @@ void save_game()
|
||||
|
||||
SDL_RWops* rw = SDL_RWFromFile(gScenarioSavePath, "wb+");
|
||||
if (rw != NULL) {
|
||||
scenario_save(rw, 0x80000000);
|
||||
scenario_save(rw, 0x80000000 | (gConfigGeneral.save_plugin_data ? 1 : 0));
|
||||
log_verbose("Saved to %s", gScenarioSavePath);
|
||||
SDL_RWclose(rw);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user