summaryrefslogtreecommitdiff
path: root/src/ai/ai_gui.hpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-03-14 01:32:04 +0000
committeryexo <yexo@openttd.org>2009-03-14 01:32:04 +0000
commit2e6e2457f12b272716cfc738dee4694fbe4b65a5 (patch)
tree803a796c56b975672dd32730cba95657ef40a7b5 /src/ai/ai_gui.hpp
parent0ca92a47a213b2640cc702ddffa173f056f30cf6 (diff)
downloadopenttd-2e6e2457f12b272716cfc738dee4694fbe4b65a5.tar.xz
(svn r15708) -Feature [FS#2728]: Pop up the AI Debug Window if one of the AIs crashed and show a message that the user should report the crash.
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 141df43eb..07c0b9e87 100644
--- a/src/ai/ai_gui.hpp
+++ b/src/ai/ai_gui.hpp
@@ -5,7 +5,7 @@
#ifndef AI_GUI_HPP
#define AI_GUI_HPP
-void ShowAIDebugWindow();
+void ShowAIDebugWindow(CompanyID show_company = INVALID_COMPANY);
void ShowAIConfigWindow();
#endif /* AI_GUI_HPP */