From d0a445db41d8d551dd229483e425702226164a60 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.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'station.h') diff --git a/station.h b/station.h index 9fe26fe70..2407ed25d 100644 --- a/station.h +++ b/station.h @@ -242,8 +242,9 @@ static inline bool IsBuoyTile(TileIndex tile) return IsTileType(tile, MP_STATION) && _m[tile].m5 == 0x52; } -/* Get's the direction the station exit points towards. Ie, returns 0 for a - * station with the exit NE. */ +/** + * Get's the direction the road stop entrance points towards. + */ static inline DiagDirection GetRoadStationDir(TileIndex tile) { assert(IsRoadStationTile(tile)); -- cgit v1.2.3-54-g00ecf