mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 14:02:59 +01:00
Fix #7424: Do not auto-rotate shops to face queue paths
This commit is contained in:
committed by
Michael Steenbeek
parent
7713cdac4d
commit
2fc01cb698
@@ -3468,6 +3468,12 @@ void ride_construction_toolupdate_construct(sint32 screenX, sint32 screenY)
|
||||
}
|
||||
}
|
||||
|
||||
if (pathsByDir[i] &&
|
||||
footpath_element_is_queue(pathsByDir[i]))
|
||||
{
|
||||
pathsByDir[i] = nullptr;
|
||||
}
|
||||
|
||||
if (pathsByDir[i] && i == _currentTrackPieceDirection)
|
||||
{
|
||||
keepOrientation = true;
|
||||
|
||||
Reference in New Issue
Block a user