Balloon and MagicCarpet already moved to SP_FDM
This commit is contained in:
parent
e2899588c7
commit
25bda87015
1 changed files with 1 additions and 1 deletions
|
@ -1421,11 +1421,11 @@ void fgInitFDM() {
|
|||
cur_fdm_state = new FGADA( dt );
|
||||
} else if ( model == "acms" ) {
|
||||
cur_fdm_state = new FGACMS( dt );
|
||||
#endif
|
||||
} else if ( model == "balloon" ) {
|
||||
cur_fdm_state = new FGBalloonSim( dt );
|
||||
} else if ( model == "magic" ) {
|
||||
cur_fdm_state = new FGMagicCarpet( dt );
|
||||
#endif
|
||||
} else if ( model == "ufo" ) {
|
||||
cur_fdm_state = new FGUFO( dt );
|
||||
} else if ( model == "external" ) {
|
||||
|
|
Loading…
Reference in a new issue