(svn r3681) - [Multistop] Check the RoadStop type before check its status. This fixes an assert introduced in r3663. Also fix the return type of GetRoadStopType().
This commit is contained in:
@@ -196,7 +196,7 @@ uint GetStationPlatforms(const Station *st, TileIndex tile);
|
||||
void StationPickerDrawSprite(int x, int y, RailType railtype, int image);
|
||||
|
||||
RoadStop * GetRoadStopByTile(TileIndex tile, RoadStopType type);
|
||||
static inline int GetRoadStopType(TileIndex tile)
|
||||
static inline RoadStopType GetRoadStopType(TileIndex tile)
|
||||
{
|
||||
return (_m[tile].m5 < 0x47) ? RS_TRUCK : RS_BUS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user