Correct conditional so that FlightGear will compile without
special-purpose FDMs.
This commit is contained in:
parent
81797885ce
commit
fbd53e772e
1 changed files with 1 additions and 1 deletions
|
@ -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" ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue