1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 22:13:07 +01:00

Fix: [#17503] Correct staff refactor issue (#17546)

This commit is contained in:
Cory Sanin
2022-07-17 01:43:32 -05:00
committed by GitHub
parent 213696ea27
commit 37a38af6a5
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
- Change: [#17499] Update error text when using vehicle incompatible with TD6 and add error when using incompatible track elements.
- Fix: [#16476] The game sometimes crashes when demolishing a maze.
- Fix: [#17444] “Manta Ray” boats slowed down too much in “Ayers Rock” scenario (original bug).
- Fix: [#17503] Parks with staff with an ID of 0 have all staff windows focus on that staff
0.4.1 (2022-07-04)
------------------------------------------------------------------------

View File

@@ -1149,7 +1149,7 @@ private:
if (viewport != nullptr)
{
if (tempFocus == Focus(staff->sprite_index))
if (tempFocus == focus)
return;
viewport_flags = viewport->flags;