mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 03:23:15 +01:00
Fix #8007: Track design preview window shows nothing
This commit is contained in:
@@ -2340,7 +2340,7 @@ static void track_design_preview_clear_map()
|
||||
tile_element->AsSurface()->SetSurfaceStyle(TERRAIN_GRASS);
|
||||
tile_element->AsSurface()->SetEdgeStyle(TERRAIN_EDGE_ROCK);
|
||||
tile_element->AsSurface()->SetGrassLength(GRASS_LENGTH_CLEAR_0);
|
||||
tile_element->AsSurface()->SetOwnership(OWNERSHIP_UNOWNED);
|
||||
tile_element->AsSurface()->SetOwnership(OWNERSHIP_OWNED);
|
||||
tile_element->AsSurface()->SetParkFences(0);
|
||||
}
|
||||
map_update_tile_pointers();
|
||||
|
||||
Reference in New Issue
Block a user