(svn r17298) -Fix [FS#3153]: reloading an AI started a new AI in the first available company slot causing other AIs to be started

This commit is contained in:
yexo
2009-08-28 15:23:11 +00:00
parent 79ad9f5b58
commit 8a2e1011b2
5 changed files with 18 additions and 9 deletions

View File

@@ -49,7 +49,7 @@
#include <signal.h>
extern StringID _switch_mode_errorstr;
extern Company *DoStartupNewCompany(bool is_ai);
extern Company *DoStartupNewCompany(bool is_ai, CompanyID company = INVALID_COMPANY);
extern void InitializeRailGUI();
/**