Modifications to incorporate Jon S. Berndts flight model code.

This commit is contained in:
curt 1999-02-05 21:28:09 +00:00 committed by Tim Moore
parent 5f26ba99bc
commit d59a6218ab
3 changed files with 9 additions and 3 deletions

View 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;

View 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:
//

View 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:
//