1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 23:04:36 +01:00

Rename rct_tile_element to TileElement

This commit is contained in:
Michael Steenbeek
2018-11-01 13:53:50 +01:00
committed by GitHub
parent f55f323723
commit f8add7f62e
170 changed files with 3947 additions and 3957 deletions

View File

@@ -194,7 +194,7 @@ static LocationXY16 get_location()
if (w != nullptr)
{
int32_t interactionType;
rct_tile_element* tileElement;
TileElement* tileElement;
get_map_coordinates_from_pos_window(
w, w->viewport->view_width / 2, w->viewport->view_height / 2, VIEWPORT_INTERACTION_MASK_TERRAIN, &mapCoord.x,