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:
committed by
GitHub
parent
f55f323723
commit
f8add7f62e
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user