X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2FMagicCarpet.hxx;h=cc5d6547fe51fb54b0750f22b2a76ecd0615b2e5;hb=68f248879cb15562c7b026445f83caf8f2842ae9;hp=32fa71f241d94ba76b8084ca4ad360485cd224c4;hpb=4f67824f09d397cca72177b8c01f3cb40ecff5c2;p=flightgear.git diff --git a/src/FDM/MagicCarpet.hxx b/src/FDM/MagicCarpet.hxx index 32fa71f24..cc5d6547f 100644 --- a/src/FDM/MagicCarpet.hxx +++ b/src/FDM/MagicCarpet.hxx @@ -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 @@ -38,7 +38,7 @@ public: void init(); // update position based on inputs, positions, velocities, etc. - void update( int multiloop ); + void update( double dt ); };