mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 23:04:36 +01:00
This commit is contained in:
committed by
Michael Steenbeek
parent
6ede67d50a
commit
918624e090
@@ -3711,7 +3711,7 @@ void ride_construction_toolupdate_entrance_exit(ScreenCoordsXY screenCoords)
|
||||
gMapSelectArrowDirection = direction_reverse(entranceOrExitCoords.direction);
|
||||
gMapSelectArrowPosition.x = entranceOrExitCoords.x;
|
||||
gMapSelectArrowPosition.y = entranceOrExitCoords.y;
|
||||
gMapSelectArrowPosition.z = entranceOrExitCoords.z * 8;
|
||||
gMapSelectArrowPosition.z = entranceOrExitCoords.z;
|
||||
map_invalidate_selection_rect();
|
||||
|
||||
entranceOrExitCoords.direction = direction_reverse(gRideEntranceExitPlaceDirection);
|
||||
|
||||
@@ -6226,7 +6226,7 @@ CoordsXYZD ride_get_entrance_or_exit_position_from_screen_position(ScreenCoordsX
|
||||
word_F4418C = coords->x;
|
||||
word_F4418E = coords->y;
|
||||
|
||||
entranceExitCoords = { coords->ToTileStart(), stationHeight, INVALID_DIRECTION };
|
||||
entranceExitCoords = { coords->ToTileStart(), stationHeight * 8, INVALID_DIRECTION };
|
||||
|
||||
if (ride->type == RIDE_TYPE_NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user