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:
@@ -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)
|
||||
------------------------------------------------------------------------
|
||||
|
||||
@@ -183,6 +183,7 @@ void scenario_reset()
|
||||
}
|
||||
|
||||
gParkFlags |= PARK_FLAGS_SPRITES_INITIALISED;
|
||||
gGamePaused = false;
|
||||
}
|
||||
|
||||
static void scenario_end()
|
||||
|
||||
Reference in New Issue
Block a user