mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 06:44:38 +01:00
@@ -472,6 +472,16 @@ public:
|
||||
case INTENT_ACTION_TRACK_DESIGN_RESTORE_PROVISIONAL:
|
||||
TrackPlaceRestoreProvisional();
|
||||
break;
|
||||
|
||||
case INTENT_ACTION_SET_MAP_TOOLTIP:
|
||||
{
|
||||
auto ft = static_cast<Formatter*>(intent.GetPointerExtra(INTENT_EXTRA_FORMATTER));
|
||||
if (ft != nullptr)
|
||||
{
|
||||
SetMapTooltip(*ft);
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user