1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00

Fix scenarios made from paused saves starting paused

This commit is contained in:
MaxMallon
2022-05-28 21:55:34 +02:00
committed by GitHub
parent d56a6a927c
commit a45a788da9
2 changed files with 2 additions and 0 deletions

View File

@@ -29,6 +29,7 @@
- Fix: [#17221] Object ghosts and tooltips follow invisible cursor when moving the viewport by right-click dragging.
- Fix: [#17255] Cursor position is incorrect when adjusting terrain and water height.
- Fix: [#17261] Hand cursor position is incorrect when dragging items in the Inventions List window.
- Fix: [#17295] Pause status not cleared when loading a scenario made from a converted paused save.
0.4.0 (2022-04-25)
------------------------------------------------------------------------

View File

@@ -183,6 +183,7 @@ void scenario_reset()
}
gParkFlags |= PARK_FLAGS_SPRITES_INITIALISED;
gGamePaused = false;
}
static void scenario_end()