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
commitd0a445db41d8d551dd229483e425702226164a60 (patch)
tree1dae9d24ee9377f598341692acfb1971efa15012 /station.h
parentc3602c7f9d7281af9fb9ee330aa3dd79395d0542 (diff)
downloadopenttd-d0a445db41d8d551dd229483e425702226164a60.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));