mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 23:34:37 +01:00
Rename rct_tile_element to TileElement
This commit is contained in:
committed by
GitHub
parent
f55f323723
commit
f8add7f62e
@@ -256,7 +256,7 @@ public:
|
||||
case WD_VEHICLE:
|
||||
return window_ride_open_vehicle((rct_vehicle*)intent->GetPointerExtra(INTENT_EXTRA_VEHICLE));
|
||||
case WD_TRACK:
|
||||
return window_ride_open_track((rct_tile_element*)intent->GetPointerExtra(INTENT_EXTRA_TILE_ELEMENT));
|
||||
return window_ride_open_track((TileElement*)intent->GetPointerExtra(INTENT_EXTRA_TILE_ELEMENT));
|
||||
case INTENT_ACTION_NEW_RIDE_OF_TYPE:
|
||||
{
|
||||
// Open ride list window
|
||||
|
||||
Reference in New Issue
Block a user