mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 12:03:07 +01:00
Rename rct_tile_element to TileElement
This commit is contained in:
committed by
GitHub
parent
f55f323723
commit
f8add7f62e
@@ -583,7 +583,7 @@ static int32_t cc_get(InteractiveConsole& console, const utf8** argv, int32_t ar
|
||||
if (w != nullptr)
|
||||
{
|
||||
int32_t interactionType;
|
||||
rct_tile_element* tileElement;
|
||||
TileElement* tileElement;
|
||||
LocationXY16 mapCoord = {};
|
||||
rct_viewport* viewport = window_get_viewport(w);
|
||||
get_map_coordinates_from_pos(
|
||||
|
||||
Reference in New Issue
Block a user