changeset 15868:5d8e60ba4e28 draft

(svn r20550) -Fix: documentation of CmdSetTimetableStart
author rubidium <rubidium@openttd.org>
date Wed, 18 Aug 2010 22:52:02 +0000
parents 86e5c7c3222e
children 12aec8924c8c
files src/timetable_cmd.cpp
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/timetable_cmd.cpp
+++ b/src/timetable_cmd.cpp
@@ -149,7 +149,9 @@
  * @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)
 {