(svn r4111) Fix/Remove some stale comments

This commit is contained in:
tron
2006-03-26 11:08:44 +00:00
parent c55d226769
commit 9ad72f2d47
6 changed files with 11 additions and 21 deletions

View File

@@ -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));