mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-30 18:25:16 +01:00
Add plugin hook for map save
This commit is contained in:
@@ -2289,7 +2289,7 @@ int32_t scenario_save(u8string_view path, int32_t flags)
|
||||
window_close_construction_windows();
|
||||
}
|
||||
|
||||
viewport_set_saved_view();
|
||||
PrepareMapForSave();
|
||||
|
||||
bool result = false;
|
||||
auto parkFile = std::make_unique<OpenRCT2::ParkFile>();
|
||||
|
||||
Reference in New Issue
Block a user