]> git.mxchange.org Git - flightgear.git/blobdiff - Weather/weather.c
Minor tweaks.
[flightgear.git] / Weather / weather.c
index da044f1e956318973400ac745d36fb99b71d4cac..7b075480e76ca3f40cd5e46f5f8ab1433bb34cfa 100644 (file)
@@ -56,10 +56,10 @@ void fgWeatherUpdate( void ) {
     /* temporarily remove the code of this do-nothing routine */
 
 #ifdef FG_WEATHER_UPDATE
-    struct fgFLIGHT *f;
+    fgFLIGHT *f;
     struct fgWEATHER *w;
 
-    f = &current_aircraft.flight;
+    f = current_aircraft.flight;
     w = &current_weather;
 
     /* Add some random turbulence */
@@ -71,10 +71,13 @@ void fgWeatherUpdate( void ) {
 
 
 /* $Log$
-/* Revision 1.13  1998/01/27 00:48:08  curt
-/* Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
-/* system and commandline/config file processing code.
+/* Revision 1.14  1998/02/09 15:07:54  curt
+/* Minor tweaks.
 /*
+ * Revision 1.13  1998/01/27 00:48:08  curt
+ * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * system and commandline/config file processing code.
+ *
  * Revision 1.12  1998/01/19 19:27:22  curt
  * Merged in make system changes from Bob Kuehne <rpk@sgi.com>
  * This should simplify things tremendously.