mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
set TrackType on mapelement
This commit is contained in:
@@ -452,6 +452,7 @@ bool testTrackElement(uint8 rideType, uint8 trackType, utf8string *error) {
|
||||
}
|
||||
uint8 rideIndex = 0;
|
||||
rct_map_element mapElement = {};
|
||||
mapElement.properties.track.type = trackType;
|
||||
|
||||
g_currently_drawn_item = &mapElement;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user