(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 95e9f29b6e
commit 21e7d7eaaa
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);}