From f051066bc451479a0c2ff44e2554941628a62f6a Mon Sep 17 00:00:00 2001 From: smatz Date: Wed, 24 Feb 2010 14:46:15 +0000 Subject: (svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit --- src/ai/ai_instance.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ai/ai_instance.cpp') diff --git a/src/ai/ai_instance.cpp b/src/ai/ai_instance.cpp index 95250fd6c..41ec1c85e 100644 --- a/src/ai/ai_instance.cpp +++ b/src/ai/ai_instance.cpp @@ -297,7 +297,7 @@ void AIInstance::Died() const AIInfo *info = AIConfig::GetConfig(_current_company)->GetInfo(); if (info != NULL) { - ShowErrorMessage(STR_ERROR_AI_PLEASE_REPORT_CRASH, INVALID_STRING_ID, 0, 0); + ShowErrorMessage(STR_ERROR_AI_PLEASE_REPORT_CRASH, INVALID_STRING_ID, WL_WARNING); if (info->GetURL() != NULL) { AILog::Info("Please report the error to the following URL:"); -- cgit v1.2.3-54-g00ecf