]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/MagicCarpet.cxx
Harald JOHNSEN:
[flightgear.git] / src / FDM / MagicCarpet.cxx
index 885d69cc0e90763bdba46abd9c00947a49949350..0402c28a50bcdb190a6310f43b9b595ba032b76d 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started October 1999.
 //
-// Copyright (C) 1999  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 1999  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
@@ -55,7 +55,7 @@ void FGMagicCarpet::update( double dt ) {
     if (is_suspended())
       return;
 
-    int multiloop = _calc_multiloop(dt);
+    // int multiloop = _calc_multiloop(dt);
 
     double time_step = dt;