]> git.mxchange.org Git - flightgear.git/blobdiff - Weather/weather.c
Edited cvs log messages in source files ... bad bad bad!
[flightgear.git] / Weather / weather.c
index da044f1e956318973400ac745d36fb99b71d4cac..1cedc4fd0cb7c6ecd7edfe355384d6a6b30f40d8 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,16 @@ 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.15  1998/04/25 22:06:34  curt
+/* Edited cvs log messages in source files ... bad bad bad!
 /*
+ * 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 <pbleisch@acm.org> 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.