1
0
Fork 0

remove leftover #include; changed comment

This commit is contained in:
mfranz 2006-03-09 11:05:32 +00:00
parent 2796f3f4a5
commit 83b64b0140
2 changed files with 3 additions and 5 deletions

View file

@ -669,9 +669,9 @@ naRef FGNasalSys::removeListener(int argc, naRef* args)
// FGNasalModelData class. If sgLoad3DModel() is called with a pointer to
// such a class, then the modelLoaded() function is executed by the loader,
// and the destructor when the model branch is removed from the scene graph.
// They are used for calling a model's <load> and <unload> scripts.
// such a class, then it lets modelLoaded() run the <load> script, and the
// destructor the <unload> script. The latter happens when the model branch
// is removed from the scene graph.
void FGNasalModelData::modelLoaded(const string& path, SGPropertyNode *prop,
ssgBranch *)

View file

@ -6,8 +6,6 @@
#include <simgear/nasal/nasal.h>
#include <simgear/scene/model/model.hxx>
#include <Main/globals.hxx>
#include <map>
SG_USING_STD(map);