(svn r15467) -Fix [NoAI]: AIs with an error in their info.nut are no longer available in-game.

This commit is contained in:
yexo
2009-02-13 17:17:34 +00:00
parent 15b9366f06
commit 8e14d77d05
7 changed files with 108 additions and 30 deletions

View File

@@ -100,7 +100,7 @@ public:
* Call the AI Load function if it exists and data was loaded
* from a savegame.
*/
void CallLoad();
bool CallLoad();
/**
* Load and discard data from a savegame.