Modifications to incorporate Jon S. Berndts flight model code.
This commit is contained in:
parent
5f26ba99bc
commit
d59a6218ab
@ -113,7 +113,7 @@ void Moon::updatePosition(fgTIME *t, Star *ourSun)
|
||||
geoRa, geoDec;
|
||||
|
||||
fgAIRCRAFT *air;
|
||||
FGState *f;
|
||||
FGInterface *f;
|
||||
|
||||
air = ¤t_aircraft;
|
||||
f = air->fdm_state;
|
||||
|
@ -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:
|
||||
//
|
||||
|
@ -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:
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user