mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 00:34:46 +01:00
Part of #13874: Gymnasiast review
This commit is contained in:
@@ -2204,8 +2204,8 @@ void PaintTrack(paint_session* session, Direction direction, int32_t height, con
|
||||
if (PaintShouldShowHeightMarkers(session, VIEWPORT_FLAG_TRACK_HEIGHTS))
|
||||
{
|
||||
session->InteractionType = ViewportInteractionItem::None;
|
||||
const auto& teDescriptor = GetTrackElementDescriptor(trackType);
|
||||
if (teDescriptor.HeightMarkerPositions & (1 << trackSequence))
|
||||
const auto& ted = GetTrackElementDescriptor(trackType);
|
||||
if (ted.HeightMarkerPositions & (1 << trackSequence))
|
||||
{
|
||||
uint16_t ax = ride->GetRideTypeDescriptor().Heights.VehicleZOffset;
|
||||
// 0x1689 represents 0 height there are -127 to 128 heights above and below it
|
||||
|
||||
Reference in New Issue
Block a user