(svn r5006) Added comments where doxygen generated warnings to test if it can help.

This commit is contained in:
KUDr
2006-05-28 19:01:29 +00:00
parent ee2af6ad3e
commit e1f6f4c13e
2 changed files with 2 additions and 0 deletions

View File

@@ -260,6 +260,7 @@ bool YapfFindNearestRailDepotTwoWay(Vehicle *v, int max_distance, int reverse_pe
return ret;
}
/** if any track changes, this counter is incremented - that will invalidate segment cost cache */
int CSegmentCostCacheBase::s_rail_change_counter = 0;
void YapfNotifyTrackLayoutChange(TileIndex tile, Track track) {CSegmentCostCacheBase::NotifyTrackLayoutChange(tile, track);}