1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 17:54:50 +01:00

Read and write scenario chunk

This commit is contained in:
Ted John
2018-12-15 15:26:51 +00:00
parent 0b519c68f2
commit 153db1f0be
2 changed files with 94 additions and 1 deletions

View File

@@ -642,7 +642,7 @@ namespace OpenRCT2
gLastAutoSaveUpdate = AUTOSAVE_PAUSE;
bool sendMap = false;
if (info.Type == FILE_TYPE::SAVED_GAME)
if (info.Type == FILE_TYPE::PARK || info.Type == FILE_TYPE::SAVED_GAME)
{
if (network_get_mode() == NETWORK_MODE_CLIENT)
{