1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-02 19:56:13 +01:00

Integrate some ride variables

This commit is contained in:
Ted John
2016-09-10 14:37:20 +01:00
parent 9f4a70d642
commit 2db375fb32
3 changed files with 15 additions and 15 deletions

View File

@@ -3742,7 +3742,7 @@ void ride_construction_toolupdate_entrance_exit(int screenX, int screenY)
gMapSelectArrowDirection = direction ^ 2;
gMapSelectArrowPosition.x = x;
gMapSelectArrowPosition.y = y;
gMapSelectArrowPosition.z = RCT2_GLOBAL(0x00F44190, uint8) * 8;
gMapSelectArrowPosition.z = _unkF44188.z * 8;
map_invalidate_selection_rect();
direction = gRideEntranceExitPlaceDirection ^ 2;