]> git.mxchange.org Git - simgear.git/commitdiff
Modifications to incorporate Jon S. Berndts flight model code.
authorcurt <curt>
Fri, 5 Feb 1999 21:28:09 +0000 (21:28 +0000)
committerTim Moore <timoore@redhat.com>
Tue, 15 Sep 2009 16:31:32 +0000 (18:31 +0200)
Astro/moon.cxx
Astro/sky.cxx
Astro/stars.cxx

index 6e791f5feeb0cb1c9f118865ecea2bd8f1bcd318..1c358dcf64a06f9b28770ea7393fc1af0c59d75e 100644 (file)
@@ -113,7 +113,7 @@ void Moon::updatePosition(fgTIME *t, Star *ourSun)
     geoRa, geoDec;
   
   fgAIRCRAFT *air;
-  FGState *f;
+  FGInterface *f;
 
   air = &current_aircraft;
   f = air->fdm_state;
index 9f3bb50c227326ddc1f4ee54636b3c01007dd540..d5e7730c7cd2876066d524d0d300f249dc0376d1 100644 (file)
@@ -255,7 +255,7 @@ void fgSkyInit( void ) {
 
 // Draw the Sky
 void fgSkyRender( void ) {
-    FGState *f;
+    FGInterface *f;
     fgLIGHT *l;
     float inner_color[4];
     float middle_color[4];
@@ -362,6 +362,9 @@ void fgSkyRender( void ) {
 
 
 // $Log$
+// Revision 1.21  1999/02/05 21:28:50  curt
+// Modifications to incorporate Jon S. Berndts flight model code.
+//
 // Revision 1.20  1999/02/02 20:13:29  curt
 // MSVC++ portability changes by Bernie Bright:
 //
index 8aae8157be4397d350e0e64589ad28cc78ac472d..8f7bdb23a391f1eba23e3341cbd0cf77085c3cd3 100644 (file)
@@ -220,7 +220,7 @@ int fgStarsInit( void ) {
 
 // Draw the Stars
 void fgStarsRender( void ) {
-    FGState *f;
+    FGInterface *f;
     fgLIGHT *l;
     fgTIME *t;
     int i;
@@ -264,6 +264,9 @@ void fgStarsRender( void ) {
 
 
 // $Log$
+// Revision 1.27  1999/02/05 21:28:52  curt
+// Modifications to incorporate Jon S. Berndts flight model code.
+//
 // Revision 1.26  1999/02/02 20:13:30  curt
 // MSVC++ portability changes by Bernie Bright:
 //