Verify length of binary data in CmdBuildVehicle and CmdAddPlanLine

This commit is contained in:
Jonathan G Rennison
2019-03-03 20:54:29 +00:00
parent b0284c8d9e
commit 1340392497
3 changed files with 8 additions and 6 deletions

View File

@@ -86,7 +86,7 @@ CommandProc CmdPlantTree;
CommandProc CmdMoveRailVehicle;
CommandProc CmdBuildVehicle;
CommandProcEx CmdBuildVehicle;
CommandProc CmdSellVehicle;
CommandProc CmdRefitVehicle;
CommandProc CmdSendVehicleToDepot;
@@ -252,7 +252,7 @@ CommandProc CmdScheduledDispatchSetDelay;
CommandProc CmdScheduledDispatchResetLastDispatch;
CommandProc CmdAddPlan;
CommandProc CmdAddPlanLine;
CommandProcEx CmdAddPlanLine;
CommandProc CmdRemovePlan;
CommandProc CmdRemovePlanLine;
CommandProc CmdChangePlanVisibility;