diff options
author | rubidium <rubidium@openttd.org> | 2010-08-18 22:52:02 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-08-18 22:52:02 +0000 |
commit | be288d00be5308d35d0f67f6e210d16bcbcdfca0 (patch) | |
tree | 84a8d9c36568a687f88c478e1fd0430e9ba38052 /src/timetable_cmd.cpp | |
parent | b594990071fd6cff1c530c2fb4139c9aaaba6e08 (diff) | |
download | openttd-be288d00be5308d35d0f67f6e210d16bcbcdfca0.tar.xz |
(svn r20550) -Fix: documentation of CmdSetTimetableStart
Diffstat (limited to 'src/timetable_cmd.cpp')
-rw-r--r-- | src/timetable_cmd.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/timetable_cmd.cpp b/src/timetable_cmd.cpp index 9cc8ddb0c..d46781ff9 100644 --- a/src/timetable_cmd.cpp +++ b/src/timetable_cmd.cpp @@ -149,7 +149,9 @@ CommandCost CmdSetVehicleOnTime(TileIndex tile, DoCommandFlag flags, uint32 p1, * @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) { |