1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 00:34:46 +01:00

Rename map_element to tile_element

This commit is contained in:
Michael Steenbeek
2017-10-31 12:57:40 +01:00
parent fb74d12f31
commit ce8d9cc71b
179 changed files with 5939 additions and 5939 deletions

View File

@@ -406,7 +406,7 @@ static void window_track_place_clear_provisional()
*/
static sint32 window_track_place_get_base_z(sint32 x, sint32 y)
{
rct_map_element *mapElement;
rct_tile_element *mapElement;
sint32 z;
mapElement = map_get_surface_element_at(x >> 5, y >> 5);