]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/flight.cxx
Latest YASim changes.
[flightgear.git] / src / FDM / flight.cxx
index 9a857c6822d277b092192a86a537c382723ec47b..ed670fa8b81e4a80b7c620367c9be06e2456466e 100644 (file)
@@ -495,15 +495,9 @@ FGInterface::free_gear_units ()
  * Update the state of the FDM (i.e. run the equations of motion).
  */
 void
-FGInterface::update ()
+FGInterface::update (int dt)
 {
-  update(1);
-}
-
-
-bool FGInterface::update( int multi_loop ) {
     cout << "dummy update() ... SHOULDN'T BE CALLED!" << endl;
-    return false;
 }