From 4af9ca5335903e72dfbc13fb00be4d747302560b Mon Sep 17 00:00:00 2001 From: maedhros Date: Mon, 25 Jun 2007 20:55:43 +0000 Subject: (svn r10331) -Feature: Add the possibility of automatically filling in timetables based on the times from the first (or subsequent) run-throughs. --- src/command.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/command.cpp') diff --git a/src/command.cpp b/src/command.cpp index 3aa93777c..9c0a714ee 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -179,6 +179,7 @@ DEF_COMMAND(CmdSetGroupReplaceProtection); DEF_COMMAND(CmdMoveOrder); DEF_COMMAND(CmdChangeTimetable); DEF_COMMAND(CmdSetVehicleOnTime); +DEF_COMMAND(CmdAutofillTimetable); /* The master command table */ static const Command _command_proc_table[] = { @@ -335,6 +336,7 @@ static const Command _command_proc_table[] = { {CmdMoveOrder, 0}, /* 127 */ {CmdChangeTimetable, 0}, /* 128 */ {CmdSetVehicleOnTime, 0}, /* 129 */ + {CmdAutofillTimetable, 0}, /* 130 */ }; /* This function range-checks a cmd, and checks if the cmd is not NULL */ -- cgit v1.2.3-54-g00ecf