File diff r28790:df6178d3a5a5 → r28791:1f0e3e5e39e0
src/game/game_instance.cpp
Show inline comments
 
@@ -67,6 +67,9 @@ void GameInstance::Died()
 
{
 
	ScriptInstance::Died();
 

	
 
	/* Don't show errors while loading savegame. They will be shown at end of loading anyway. */
 
	if (_switch_mode != SM_NONE) return;
 

	
 
	ShowScriptDebugWindow(OWNER_DEITY);
 

	
 
	const GameInfo *info = Game::GetInfo();