(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:
@@ -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();
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user