summaryrefslogtreecommitdiff
path: root/station.h
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.h
parentc55d22676924b4e1850b83dc8e18cbd855774a06 (diff)
downloadopenttd-9ad72f2d47f63c3d871b88d210bd1f0b0c986530.tar.xz
(svn r4111) Fix/Remove some stale comments
Diffstat (limited to 'station.h')
-rw-r--r--station.h5
1 files changed, 3 insertions, 2 deletions
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));