mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-20 04:59:11 +00:00
(svn r19388) -Fix [FS#3666]: [NoAI] When reloading a savegame, an AI failing to compile could trigger (trying) to read the not yet loaded information of another AI via the AI Debug window and its "open with the most recently used AI" feature
This commit is contained in:
@@ -41,6 +41,7 @@ void InitializeRailGui();
|
||||
void InitializeRoadGui();
|
||||
void InitializeAirportGui();
|
||||
void InitializeDockGui();
|
||||
void InitializeAIGui();
|
||||
void InitializeIndustries();
|
||||
void InitializeTowns();
|
||||
void InitializeSubsidies();
|
||||
@@ -92,6 +93,7 @@ void InitializeGame(uint size_x, uint size_y, bool reset_date, bool reset_settin
|
||||
InitializeRoadGui();
|
||||
InitializeAirportGui();
|
||||
InitializeDockGui();
|
||||
InitializeAIGui();
|
||||
InitializeTowns();
|
||||
InitializeSubsidies();
|
||||
InitializeTrees();
|
||||
|
Reference in New Issue
Block a user