mirror of https://github.com/OpenTTD/OpenTTD
(svn r4286) -Fix: Typo in 4280
parent
6ddb58af6d
commit
38be3dbb58
|
@ -124,7 +124,7 @@ static inline DiagDirection GetRailDepotDirection(TileIndex t)
|
||||||
return (DiagDirection)GB(_m[t].m5, 0, 2);
|
return (DiagDirection)GB(_m[t].m5, 0, 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline TrackBits GetRailWaypointTrack(TileIndex t)
|
static inline Track GetRailWaypointTrack(TileIndex t)
|
||||||
{
|
{
|
||||||
return HASBIT(_m[t].m5, 0) ? TRACK_Y : TRACK_X;
|
return HASBIT(_m[t].m5, 0) ? TRACK_Y : TRACK_X;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue