author | celestar |
Thu, 30 Mar 2006 10:53:31 +0000 | |
changeset 3370 | d0c7cab7b5f4 |
parent 3369 | cab209754317 |
child 3371 | 5a2cb797a74c |
station_map.h | file | annotate | diff | comparison | revisions |
--- a/station_map.h Thu Mar 30 09:29:01 2006 +0000 +++ b/station_map.h Thu Mar 30 10:53:31 2006 +0000 @@ -148,7 +148,7 @@ static inline DiagDirection GetDockDirection(TileIndex t) { assert(IsTileType(t, MP_STATION)); - assert(_m[t].m5 > DOCK_BASE_WATER_PART); + assert(_m[t].m5 < DOCK_BASE_WATER_PART); return (DiagDirection)(_m[t].m5 - DOCK_BASE); }