File diff r13749:7608894e01cc → r13750:4428487b0600
src/settings.cpp
Show inline comments
 
@@ -760,12 +760,17 @@ static bool TownFoundingChanged(int32 p1
 
		return true;
 
	}
 
	InvalidateWindowData(WC_FOUND_TOWN, 0);
 
	return true;
 
}
 

	
 
static bool InvalidateVehTimetableWindow(int32 p1)
 
{
 
	InvalidateWindowClassesData(WC_VEHICLE_TIMETABLE, -2);
 
	return true;
 
}
 

	
 
/*
 
 * A: competitors
 
 * B: competitor start time. Deprecated since savegame version 110.
 
 * C: town count (3 = high, 0 = very low)
 
 * D: industry count (4 = high, 0 = none)