File diff r2816:3dd6634c2a23 → r2817:7ad46034031f
rail.h
Show inline comments
 
@@ -635,10 +635,9 @@ static inline bool TracksOverlap(TrackBi
 
   * always overlap unless they are lower & upper or right & left. */
 
  if ((bits == (TRACK_BIT_UPPER|TRACK_BIT_LOWER)) || (bits == (TRACK_BIT_LEFT | TRACK_BIT_RIGHT)))
 
    return false;
 
  return true;
 
}
 

	
 
void DrawTrackBits(TileInfo *ti, TrackBits track, bool earth, bool snow, bool flat);
 
void DrawTrainDepotSprite(int x, int y, int image, RailType railtype);
 
void DrawDefaultWaypointSprite(int x, int y, RailType railtype);
 
#endif /* RAIL_H */