(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:
@@ -83,7 +83,7 @@ void ProcessAsyncSaveFinish();
|
||||
void CallWindowTickEvent();
|
||||
|
||||
extern void SetDifficultyLevel(int mode, DifficultySettings *gm_opt);
|
||||
extern Company *DoStartupNewCompany(bool is_ai);
|
||||
extern Company *DoStartupNewCompany(bool is_ai, CompanyID company = INVALID_COMPANY);
|
||||
extern void ShowOSErrorBox(const char *buf, bool system);
|
||||
extern void InitializeRailGUI();
|
||||
|
||||
|
Reference in New Issue
Block a user