1
0
Fork 0

(svn r15228) -Fix [FS#2571]: possible crash when an AI/Library doesn't have a required function

release/0.7
glx 2009-01-23 15:38:13 +00:00
parent e3cc807c7a
commit 4fe58bc303
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public:
friend class AIInfo;
friend class AILibrary;
AIFileInfo() : author(NULL), name(NULL), short_name(NULL), description(NULL), date(NULL), instance_name(NULL) {};
AIFileInfo() : SQ_instance(NULL), main_script(NULL), author(NULL), name(NULL), short_name(NULL), description(NULL), date(NULL), instance_name(NULL) {};
~AIFileInfo();
/**