From 41dfbed6aae76ad54dded17d10de40ac1343fda3 Mon Sep 17 00:00:00 2001 From: Ted John Date: Thu, 13 Oct 2016 22:14:50 +0100 Subject: [PATCH] testpaint: draw stations covered for extra validation --- test/testpaint/intercept.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testpaint/intercept.c b/test/testpaint/intercept.c index 315eea9a7a..f2dda46f02 100644 --- a/test/testpaint/intercept.c +++ b/test/testpaint/intercept.c @@ -553,7 +553,7 @@ static bool testTrackElement(uint8 rideType, uint8 trackType, utf8string error, unk_140E9A8 = &dpi; rct_ride ride = { 0 }; - // ride.entrance_style = RIDE_ENTRANCE_STYLE_CANVAS_TENT; + ride.entrance_style = RIDE_ENTRANCE_STYLE_CANVAS_TENT; rct_ride_entry rideEntry = { 0 }; rct_ride_entry_vehicle vehicleEntry = {.base_image_id = 0x70000};