Changeset - r15858:d75fb1dcda49
[Not reviewed]
master
0 1 0
rubidium - 14 years ago 2010-08-18 22:52:02
rubidium@openttd.org
(svn r20550) -Fix: documentation of CmdSetTimetableStart
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/timetable_cmd.cpp
Show inline comments
 
@@ -149,7 +149,9 @@ CommandCost CmdSetVehicleOnTime(TileInde
 
 * @param tile Not used.
 
 * @param flags Operation to perform.
 
 * @param p1 Vehicle id.
 
 * @param p2 The timetable start date in ticks.
 
 * @param p2 The timetable start date.
 
 * @param text Not used.
 
 * @return The error or cost of the operation.
 
 */
 
CommandCost CmdSetTimetableStart(TileIndex tile, DoCommandFlag flags, uint32 p1, uint32 p2, const char *text)
 
{
0 comments (0 inline, 0 general)