1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 08:45:00 +01:00

Minor paint refactor (#14905)

Names a few unknown flags
This commit is contained in:
Duncan
2021-06-22 07:36:17 +01:00
committed by GitHub
parent 8aeb763402
commit 35ba734669
8 changed files with 20 additions and 40 deletions

View File

@@ -749,7 +749,7 @@ bool track_paint_util_draw_station_covers_2(
return false;
}
if (!(session->Unk141E9DB & (G141E9DB_FLAG_1 | G141E9DB_FLAG_2)))
if (!(session->Unk141E9DB & (PaintSessionFlags::IsPassedSurface | PaintSessionFlags::IsTrackPiecePreview)))
{
return false;
}