1
0
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:
Gymnasiast
2018-10-03 22:26:53 +02:00
parent b05e66e67d
commit 0231fd7ca6

View File

@@ -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();