forked from mirror/OpenTTD
(svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch.
This commit is contained in:
@@ -567,7 +567,7 @@ void DrawDefaultWaypointSprite(int x, int y, RailType railtype);
|
||||
*/
|
||||
void DrawCatenary(const TileInfo *ti);
|
||||
|
||||
uint GetRailFoundation(Slope tileh, TrackBits bits);
|
||||
Foundation GetRailFoundation(Slope tileh, TrackBits bits);
|
||||
|
||||
int32 SettingsDisableElrail(int32 p1); ///< _patches.disable_elrail callback
|
||||
|
||||
|
Reference in New Issue
Block a user