X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2FMagicCarpet.cxx;h=0402c28a50bcdb190a6310f43b9b595ba032b76d;hb=68f248879cb15562c7b026445f83caf8f2842ae9;hp=885d69cc0e90763bdba46abd9c00947a49949350;hpb=9c4953490780e9fa3436201213d43e416498bf28;p=flightgear.git diff --git a/src/FDM/MagicCarpet.cxx b/src/FDM/MagicCarpet.cxx index 885d69cc0..0402c28a5 100644 --- a/src/FDM/MagicCarpet.cxx +++ b/src/FDM/MagicCarpet.cxx @@ -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;