File diff r23968:689ddfd1479d → r23969:2ae654a80e80
src/openttd.cpp
Show inline comments
 
@@ -1221,8 +1221,7 @@ static void CheckCaches()
 
	}
 

	
 
	/* Strict checking of the road stop cache entries */
 
	const RoadStop *rs;
 
	FOR_ALL_ROADSTOPS(rs) {
 
	for (const RoadStop *rs : RoadStop::Iterate()) {
 
		if (IsStandardRoadStopTile(rs->xy)) continue;
 

	
 
		assert(rs->GetEntry(DIAGDIR_NE) != rs->GetEntry(DIAGDIR_NW));