mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-29 01:35:06 +01:00
Fix desync caused by provisional ride entrance/exit peep interaction
This commit is contained in:
@@ -3746,7 +3746,7 @@ void ride_construction_toolupdate_entrance_exit(int screenX, int screenY)
|
||||
direction = gRideEntranceExitPlaceDirection ^ 2;
|
||||
unk = gRideEntranceExitPlaceStationIndex;
|
||||
if (
|
||||
!(_currentTrackSelectionFlags & 4) ||
|
||||
!(_currentTrackSelectionFlags & (1 << 2)) ||
|
||||
x != _unkF440BF.x ||
|
||||
y != _unkF440BF.y ||
|
||||
direction != _unkF440BF.direction ||
|
||||
|
||||
Reference in New Issue
Block a user