1
0
Fork 0

Ensure that initial engine settings are copied over.

This commit is contained in:
david 2002-02-13 20:51:57 +00:00
parent 55387fd7ea
commit a0ec3ccc43

View file

@ -172,6 +172,7 @@ void FGJSBsim::init() {
// Explicitly call the superclass's
// init method first.
common_init();
copy_to_JSBsim();
fdmex->GetState()->Initialize(fgic);
fdmex->RunIC(fgic); //loop JSBSim once w/o integrating