]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIManager.hxx
Don't restore initial screen geometry because there is nothing in fg_os* to resize...
[flightgear.git] / src / AIModel / AIManager.hxx
index ce065b09bb1c5720e5dd1474b726831b0448ce4d..2153111c7444fb37547578233291aceb3e778119 100644 (file)
@@ -18,7 +18,7 @@
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 #ifndef _FG_AIMANAGER_HXX
 #define _FG_AIMANAGER_HXX
@@ -110,6 +110,7 @@ public:
 private:
 
     bool enabled;
+    int mNumAiTypeModels[FGAIBase::MAX_OBJECTS];
     int mNumAiModels;
 
     SGPropertyNode* root;