diff --git a/test/testpaint/intercept.c b/test/testpaint/intercept.c index c3f4cb1c0f..1f1035b84f 100644 --- a/test/testpaint/intercept.c +++ b/test/testpaint/intercept.c @@ -535,6 +535,7 @@ static bool testTrackElement(uint8 rideType, uint8 trackType, utf8string *error) RCT2_GLOBAL(0x009DE56E, sint16) = 64; // y gDidPassSurface = true; // Above surface gSurfaceElement = &surfaceElement; + g141E9DB = G141E9DB_FLAG_1 | G141E9DB_FLAG_2; callCount = 0; memset(&calls, 0, sizeof(calls)); diff --git a/test/testpaint/intercept_2.cpp b/test/testpaint/intercept_2.cpp index 92eff337df..76e51bad81 100644 --- a/test/testpaint/intercept_2.cpp +++ b/test/testpaint/intercept_2.cpp @@ -344,6 +344,7 @@ namespace Intercept2 gSupport.height = 0; gSupport.slope = 0xFF; + g141E9DB = G141E9DB_FLAG_1 | G141E9DB_FLAG_2; uint32 *trackDirectionList = (uint32 *)RideTypeTrackPaintFunctionsOld[rideType][trackType];