]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIStorm.hxx
Ground network distance tracking code. AIAircraft taxiing at airports
[flightgear.git] / src / AIModel / AIStorm.hxx
index 17980f21fb5b8bfa41fb96165d2533b3216219e2..8d2df2f091f82635d8aaa7f3e2b323246a545297 100644 (file)
@@ -16,7 +16,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_AIStorm_HXX
 #define _FG_AIStorm_HXX
@@ -61,16 +61,16 @@ private:
         double delay;   // average time (sec) between lightning flashes
         int subflashes; // number of subflashes per flash
         double random_delay;  // delay +/- random number
-        double timer; 
-        SGPropertyNode* flash_node; 
+        double timer;
+        SGPropertyNode_ptr flash_node;
         int flashed;    // number of subflashes already done this flash
         bool flashing;  // true if currently flashing;
         int subflash_array[8];
         int subflash_index;
 
         // turbulence stuff
-        SGPropertyNode* turb_mag_node;
-        SGPropertyNode* turb_rate_node;
+        SGPropertyNode_ptr turb_mag_node;
+        SGPropertyNode_ptr turb_rate_node;
 
 };