summaryrefslogtreecommitdiff
path: root/src/ai/ai_gui.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/ai_gui.hpp')
-rw-r--r--src/ai/ai_gui.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/ai_gui.hpp b/src/ai/ai_gui.hpp
index 254e2955c..e76681636 100644
--- a/src/ai/ai_gui.hpp
+++ b/src/ai/ai_gui.hpp
@@ -22,7 +22,7 @@ void ShowAIConfigWindow();
static inline void ShowAIConfigWindow()
{
- ShowErrorMessage(STR_ERROR_NO_AI, STR_ERROR_NO_AI_SUB, 0, 0);
+ ShowErrorMessage(STR_ERROR_NO_AI, STR_ERROR_NO_AI_SUB, WL_INFO);
}
static inline void ShowAIDebugWindow(CompanyID show_company = INVALID_COMPANY) {ShowAIConfigWindow();}
#endif /* ENABLE_AI */