1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-21 21:49:10 +00:00

(svn r17579) -Fix: remove doxygen docs for removed parameters, or change @param to @tparam if necessary

This commit is contained in:
rubidium
2009-09-19 15:17:47 +00:00
parent 89df436f84
commit ca91a97826
18 changed files with 15 additions and 31 deletions

View File

@@ -1269,7 +1269,6 @@ void DrawRoadDepotSprite(int x, int y, DiagDirection dir, RoadType rt)
/**
* Updates cached nearest town for all road tiles
* @param invalidate are we just invalidating cached data?
* @param ignore town that should be ignored (because we are deleting it now)
* @pre invalidate == true implies _generating_world == true
*/
void UpdateNearestTownForRoadTiles(bool invalidate)