File diff r8290:b32f411ab7cc → r8291:f082c9a42b1f
src/openttd.cpp
Show inline comments
 
@@ -2015,14 +2015,14 @@ bool AfterLoadGame()
 
					SetHouseCompleted(t, true);
 
				}
 
			}
 
		}
 
	}
 

	
 
	/* Count the buildings after updating the map array. */
 
	AfterLoadCountBuildings();
 
	/* Check that house ids are still valid. */
 
	CheckHouseIDs();
 

	
 
	if (CheckSavegameVersion(43)) {
 
		for (TileIndex t = 0; t < map_size; t++) {
 
			if (IsTileType(t, MP_INDUSTRY)) {
 
				switch (GetIndustryGfx(t)) {
 
					case GFX_POWERPLANT_SPARKS: