From 9ad72f2d47f63c3d871b88d210bd1f0b0c986530 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 26 Mar 2006 11:08:44 +0000 Subject: (svn r4111) Fix/Remove some stale comments --- station_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'station_cmd.c') 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) -- cgit v1.2.3-54-g00ecf