]> git.mxchange.org Git - flightgear.git/commitdiff
I take that back. This doesn't work yet. :-)
authormfranz <mfranz>
Thu, 9 Mar 2006 11:23:15 +0000 (11:23 +0000)
committermfranz <mfranz>
Thu, 9 Mar 2006 11:23:15 +0000 (11:23 +0000)
src/AIModel/AIBase.cxx

index d7eda2d56fe17a4a7d93c249a8d76909bed96869..b1dca66e790f2fdda3d4037eef64b07eb7657c40 100644 (file)
@@ -39,7 +39,6 @@
 
 #include <Main/globals.hxx>
 #include <Scenery/scenery.hxx>
-#include <Scripting/NasalSys.hxx>
 
 
 #include "AIBase.hxx"
@@ -163,8 +162,7 @@ ssgBranch * FGAIBase::load3DModel(const string& fg_root,
       model = sgLoad3DModel(fg_root,
                            path,
                            prop_root,
-                           sim_time_sec, 0,
-                           new FGNasalModelData);
+                           sim_time_sec);
       manager->setModel(path, model);
     }