1
0
Fork 0

Register that we have been inited so the init routine isn't called repeatedly.

This commit is contained in:
curt 2003-02-03 21:57:07 +00:00
parent f15ca79b8f
commit 2ce74e14b1

View file

@ -41,6 +41,7 @@ FGNullFDM::~FGNullFDM() {
// for each subsequent iteration through the EOM
void FGNullFDM::init() {
// cout << "FGNullFDM::init()" << endl;
set_inited( true );
}