1
0
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:
Marijn van der Werf
2016-05-19 10:18:11 +02:00
parent 6ce21878f5
commit fe8b7cfd78

View File

@@ -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;
}