mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 22:13:07 +01:00
@@ -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)
|
||||
------------------------------------------------------------------------
|
||||
|
||||
@@ -1149,7 +1149,7 @@ private:
|
||||
|
||||
if (viewport != nullptr)
|
||||
{
|
||||
if (tempFocus == Focus(staff->sprite_index))
|
||||
if (tempFocus == focus)
|
||||
return;
|
||||
|
||||
viewport_flags = viewport->flags;
|
||||
|
||||
Reference in New Issue
Block a user