1
0
Fork 0

Correct conditional so that FlightGear will compile without

special-purpose FDMs.
This commit is contained in:
david 2005-11-29 03:12:24 +00:00
parent 81797885ce
commit fbd53e772e

View file

@ -1321,7 +1321,7 @@ void fgInitFDM() {
cur_fdm_state = new FGLaRCsim( dt );
} else if ( model == "jsb" ) {
cur_fdm_state = new FGJSBsim( dt );
#ifdef ENABLE_SP_FMDS
#if ENABLE_SP_FDMS
} else if ( model == "ada" ) {
cur_fdm_state = new FGADA( dt );
} else if ( model == "acms" ) {