(svn r1872) -Fix: Fixed an inline problem which caused MSVC6 to not compile :/

This commit is contained in:
celestar
2005-02-13 21:51:47 +00:00
parent 9e847075fa
commit d449145799
2 changed files with 5 additions and 6 deletions

View File

@@ -90,11 +90,6 @@ static void InitializeRoadStop(RoadStop *road_stop, RoadStop *previous, TileInde
road_stop->station = index;
}
inline int GetRoadStopType(TileIndex tile)
{
return (_map5[tile] < 0x47) ? RS_TRUCK : RS_BUS;
}
RoadStop * GetPrimaryRoadStop(const Station *st, RoadStopType type)
{
switch (type) {