1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-17 17:32:45 +01:00

Fix #14949, 0717746: Add the new callbacks to the callback table

This commit is contained in:
glx22
2025-12-21 01:30:40 +01:00
committed by Loïc Guilloux
parent 95b913bbb7
commit dbecf010eb

View File

@@ -81,7 +81,9 @@ static constexpr auto _callback_tuple = std::make_tuple(
&CcRoadStop,
&CcStartStopVehicle,
&CcGame,
&CcAddVehicleNewGroup
&CcAddVehicleNewGroup,
&CcMoveStationName,
&CcMoveWaypointName
);
#ifdef SILENCE_GCC_FUNCTION_POINTER_CAST