set ctxAboveGround

This commit is contained in:
Marijn van der Werf 2016-08-29 19:33:05 +02:00
parent 13b32e8044
commit f7302395bb
1 changed files with 1 additions and 0 deletions

View File

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