File diff r23953:ba75d2f3b530 → r23954:8e43140b9a66
src/saveload/vehicle_sl.cpp
Show inline comments
 
@@ -165,8 +165,7 @@ void ConvertOldMultiheadToNew()
 
void UpdateOldAircraft()
 
{
 
	/* set airport_flags to 0 for all airports just to be sure */
 
	Station *st;
 
	FOR_ALL_STATIONS(st) {
 
	for (Station *st : Station::Iterate()) {
 
		st->airport.flags = 0; // reset airport
 
	}