X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCockpit%2Fdme.hxx;h=f2a6bf9bd3080680993e6a15690a7d45f43afb62;hb=fee003e8cc17f0aa9a1e9280dd823d20e231e967;hp=5b1483fc505775c77ab8c4300f8143824adffb83;hpb=980012e1682fdb27c9b9ec27edea0b549d603f9d;p=flightgear.git diff --git a/src/Cockpit/dme.hxx b/src/Cockpit/dme.hxx index 5b1483fc5..f2a6bf9bd 100644 --- a/src/Cockpit/dme.hxx +++ b/src/Cockpit/dme.hxx @@ -2,7 +2,7 @@ // // Written by Curtis Olson, started April 2000. // -// Copyright (C) 2000 Curtis L. Olson - curt@flightgear.org +// Copyright (C) 2000 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 @@ -32,7 +32,7 @@ // #include #include -#include +// #include #include // #include #include @@ -65,6 +65,7 @@ class FGDME : public SGSubsystem double x; double y; double z; + double bias; double dist; double prev_dist; double spd;