1
0
Fork 0

(svn r19418) -Codechange: Code style fix for ValParamTrackOrientation().

release/1.1
alberth 2010-03-14 14:30:51 +00:00
parent 7d9a970c5c
commit 6601ecc87a
1 changed files with 4 additions and 1 deletions

View File

@ -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