1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 03:23:15 +01:00

set ctxAboveGround

This commit is contained in:
Marijn van der Werf
2016-08-29 19:33:05 +02:00
parent 13b32e8044
commit f7302395bb

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