File diff r28735:17acb5423028 → r28736:cf6dcf707eb1
src/game/game_core.cpp
Show inline comments
 
@@ -83,7 +83,7 @@
 
	GameInfo *info = config->GetInfo();
 
	if (info == nullptr) return;
 

	
 
	if (deviate) config->AddRandomDeviation();
 
	if (deviate) config->AddRandomDeviation(OWNER_DEITY);
 
	config->AnchorUnchangeableSettings();
 

	
 
	Backup<CompanyID> cur_company(_current_company, FILE_LINE);