]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/atis.hxx
any wind < 1kt is "calm", not just 0.0
[flightgear.git] / src / ATC / atis.hxx
index 4cd303ada3880af71960a930b2ddec752e15a8ac..05835d4a7975503a1873b3b56dd5099da19bacf5 100644 (file)
@@ -17,7 +17,7 @@
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 
 #ifndef _FG_ATIS_HXX
@@ -66,9 +66,9 @@ class FGATIS : public FGATC {
        // or the whereabouts of the aircraft it is transmitting to.  However, to ensure consistancy of
        // operation with the other ATC classes the ATIS class must calculate range to the aircraft in order
        // to decide whether to render the transmission - hence the users plane details must be stored.
-       //SGPropertyNode *airplane_lon_node; 
-       //SGPropertyNode *airplane_lat_node;
-       //SGPropertyNode *airplane_elev_node; 
+       //SGPropertyNode_ptr airplane_lon_node; 
+       //SGPropertyNode_ptr airplane_lat_node;
+       //SGPropertyNode_ptr airplane_elev_node; 
        
        public: