(svn r20314) -Fix (r20312): Too many parameters, missed one.

This commit is contained in:
michi_cc 2010-08-02 18:40:25 +00:00
parent 50f24a2762
commit e34faa8e15
1 changed files with 1 additions and 0 deletions

View File

@ -584,6 +584,7 @@ static inline void MakeRoadNormal(TileIndex t, RoadBits bits, RoadTypes rot, Tow
* @param tram New owner of tram tracks.
* @param rail New owner of the rail track.
* @param roaddir Axis of the road.
* @param rat New rail type.
* @param rot New present road types.
* @param town Town ID if the road is a town-owned road.
*/