1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 07:14:31 +01:00

Fix loading of saved games from title editor

This commit is contained in:
Ted John
2016-11-28 02:47:39 +00:00
parent 3ea81e3b8b
commit 2810d09dc6
4 changed files with 29 additions and 16 deletions

View File

@@ -144,6 +144,11 @@ extern "C"
window_changelog_open();
}
if (_sequencePlayer != nullptr)
{
_sequencePlayer->Reset();
}
log_verbose("loading title finished");
}