mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-26 07:59:09 +00:00
(svn r19418) -Codechange: Code style fix for ValParamTrackOrientation().
This commit is contained in:
@@ -343,7 +343,10 @@ static CommandCost CheckRailSlope(Slope tileh, TrackBits rail_bits, TrackBits ex
|
||||
}
|
||||
|
||||
/* Validate functions for rail building */
|
||||
static inline bool ValParamTrackOrientation(Track track) {return IsValidTrack(track);}
|
||||
static inline bool ValParamTrackOrientation(Track track)
|
||||
{
|
||||
return IsValidTrack(track);
|
||||
}
|
||||
|
||||
/** Build a single piece of rail
|
||||
* @param tile tile to build on
|
||||
|
Reference in New Issue
Block a user