File diff r25662:c17fba3049a3 → r25663:71ee4e3ec0e8
src/error_gui.cpp
Show inline comments
 
@@ -399,10 +399,7 @@ void ShowErrorMessage(StringID summary_m
 

	
 
		if (textref_stack_size > 0) StopTextRefStackUsage();
 

	
 
		switch (wl) {
 
			case WL_WARNING: IConsolePrint(CC_WARNING, buf); break;
 
			default:         IConsoleError(buf); break;
 
		}
 
		IConsolePrint(wl == WL_WARNING ? CC_WARNING : CC_ERROR, buf);
 
	}
 

	
 
	bool no_timeout = wl == WL_CRITICAL;