1
0
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:
zsilencer
2016-10-26 12:02:09 -06:00
parent 5699b9e4ed
commit 24bd56af02
4 changed files with 38 additions and 11 deletions

View File

@@ -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 ||