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 dP
parent 49feeaca77
commit 1f2e85a52d

View File

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