From f7302395bb02aa4a1353175dfee589903345e07c Mon Sep 17 00:00:00 2001 From: Marijn van der Werf Date: Mon, 29 Aug 2016 19:33:05 +0200 Subject: [PATCH] set ctxAboveGround --- PaintTest/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/PaintTest/main.c b/PaintTest/main.c index 6f5175dbc3..c144af953a 100644 --- a/PaintTest/main.c +++ b/PaintTest/main.c @@ -478,6 +478,7 @@ bool testTrackElement(uint8 rideType, uint8 trackType, utf8string *error) { for (int direction = 0; direction < 4; direction++) { TRACK_PAINT_FUNCTION newPaintFunction = newPaintGetter(trackType, direction); for (int trackSequence = 0; trackSequence < sequenceCount; trackSequence++) { + RCT2_GLOBAL(0x9DE57C, bool) = true; // Above surface callCount = 0; memset(&calls, sizeof(calls), 0);