mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r4168) -Fix: Fixed a typo in previous commit
This commit is contained in:
parent
7ad0d787e2
commit
d7a6b26c39
@ -148,7 +148,7 @@ static inline Track GetRailStationTrack(TileIndex t)
|
||||
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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user