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

testpaint: draw stations covered for extra validation

This commit is contained in:
Ted John
2016-10-13 22:14:50 +01:00
parent f65609de67
commit 41dfbed6aa

View File

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