summaryrefslogtreecommitdiff
path: root/station_cmd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-03-26 11:08:44 +0000
committertron <tron@openttd.org>2006-03-26 11:08:44 +0000
commit9ad72f2d47f63c3d871b88d210bd1f0b0c986530 (patch)
tree1dae9d24ee9377f598341692acfb1971efa15012 /station_cmd.c
parentc55d22676924b4e1850b83dc8e18cbd855774a06 (diff)
downloadopenttd-9ad72f2d47f63c3d871b88d210bd1f0b0c986530.tar.xz
(svn r4111) Fix/Remove some stale comments
Diffstat (limited to 'station_cmd.c')
-rw-r--r--station_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/station_cmd.c b/station_cmd.c
index 9cfccf055..b7069a445 100644
--- a/station_cmd.c
+++ b/station_cmd.c
@@ -1293,7 +1293,7 @@ static void FindRoadStationSpot(bool truck_station, Station* st, RoadStop*** cur
/** Build a bus station
* @param x,y coordinates to build bus station at
- * @param p1 busstop entrance direction (0 through 3), where 0 is NW, 1 is NE, etc.
+ * @param p1 entrance direction (DiagDirection)
* @param p2 0 for Bus stops, 1 for truck stops
*/
int32 CmdBuildRoadStop(int x, int y, uint32 flags, uint32 p1, uint32 p2)