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:
@@ -144,6 +144,11 @@ extern "C"
|
||||
window_changelog_open();
|
||||
}
|
||||
|
||||
if (_sequencePlayer != nullptr)
|
||||
{
|
||||
_sequencePlayer->Reset();
|
||||
}
|
||||
|
||||
log_verbose("loading title finished");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user