File diff r10346:abb5a49d7f1a → r10347:928beddeea17
src/openttd.cpp
Show inline comments
 
@@ -2570,6 +2570,13 @@ bool AfterLoadGame()
 
		FOR_ALL_SIGNS(si) {
 
			if (si->owner != OWNER_NONE && !IsValidCompanyID(si->owner)) si->owner = OWNER_NONE;
 
		}
 

	
 
		/* Station can get named based on an industry type, but the current ones
 
		 * are not, so mark them as if they are not named by an industry. */
 
		Station *st;
 
		FOR_ALL_STATIONS(st) {
 
			st->indtype = IT_INVALID;
 
		}
 
	}
 

	
 
	GamelogPrintDebug(1);