From cf0118ee63603132dc1d08d7f7e800b26e53fc97 Mon Sep 17 00:00:00 2001 From: maedhros Date: Wed, 20 Jun 2007 19:17:22 +0000 Subject: (svn r10236) -Feature: Introduce a form of timetabling for vehicles. --- src/command.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/command.cpp') diff --git a/src/command.cpp b/src/command.cpp index 8b814d034..a400307dc 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -177,6 +177,8 @@ DEF_COMMAND(CmdRemoveAllVehiclesGroup); DEF_COMMAND(CmdSetGroupReplaceProtection); DEF_COMMAND(CmdMoveOrder); +DEF_COMMAND(CmdChangeTimetable); +DEF_COMMAND(CmdSetVehicleOnTime); /* The master command table */ static const Command _command_proc_table[] = { @@ -331,6 +333,8 @@ static const Command _command_proc_table[] = { {CmdRemoveAllVehiclesGroup, 0}, /* 125 */ {CmdSetGroupReplaceProtection, 0}, /* 126 */ {CmdMoveOrder, 0}, /* 127 */ + {CmdChangeTimetable, 0}, /* 128 */ + {CmdSetVehicleOnTime, 0}, /* 129 */ }; /* This function range-checks a cmd, and checks if the cmd is not NULL */ -- cgit v1.2.3-54-g00ecf