mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 20:13:07 +01:00
Flip cover drawing check
This commit is contained in:
@@ -217,7 +217,7 @@ bool track_paint_util_should_paint_supports(rct_xy16 position)
|
||||
|
||||
bool track_paint_util_draw_station_covers(enum edge edge, bool hasFence, const rct_ride_entrance_definition * entranceStyle, uint8 direction, uint16 height)
|
||||
{
|
||||
if (RCT2_GLOBAL(0x0141E9DB, uint8) & 3) {
|
||||
if (!(RCT2_GLOBAL(0x0141E9DB, uint8) & 3)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user