1
0
Fork 0

I take that back. This doesn't work yet. :-)

This commit is contained in:
mfranz 2006-03-09 11:23:15 +00:00
parent 5ebd1a18f3
commit c386f00312

View 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);
}