(svn r15434) -Codechange: bit of type safety for the DC_xxx flags.
This commit is contained in:
@@ -60,7 +60,7 @@ static inline Waypoint *GetWaypointByTile(TileIndex tile)
|
||||
return GetWaypoint(GetWaypointIndex(tile));
|
||||
}
|
||||
|
||||
CommandCost RemoveTrainWaypoint(TileIndex tile, uint32 flags, bool justremove);
|
||||
CommandCost RemoveTrainWaypoint(TileIndex tile, DoCommandFlag flags, bool justremove);
|
||||
Station *ComposeWaypointStation(TileIndex tile);
|
||||
void ShowWaypointWindow(const Waypoint *wp);
|
||||
void DrawWaypointSprite(int x, int y, int stat_id, RailType railtype);
|
||||
|
Reference in New Issue
Block a user