(svn r12569) -Cleanup: variable scope and coding style in road*.cpp

This commit is contained in:
smatz
2008-04-04 18:41:16 +00:00
parent 15d5167a17
commit b78e8f82e1
3 changed files with 294 additions and 284 deletions

View File

@@ -31,6 +31,6 @@ bool CheckAllowRemoveRoad(TileIndex tile, RoadBits remove, Owner owner, bool *ed
* @param ti information about the tile (position, slope)
* @param tram the roadbits to draw the catenary for
*/
void DrawTramCatenary(TileInfo *ti, RoadBits tram);
void DrawTramCatenary(const TileInfo *ti, RoadBits tram);
#endif /* ROAD_INTERNAL_H */