// Draw the Sky
void fgSkyRender( void ) {
- fgFLIGHT *f;
+ FGState *f;
fgLIGHT *l;
fgVIEW *v;
float inner_color[4];
double diff;
int i;
- f = current_aircraft.flight;
+ f = current_aircraft.fdm_state;
l = &cur_light_params;
v = ¤t_view;
// $Log$
+// Revision 1.16 1998/12/05 15:54:03 curt
+// Renamed class fgFLIGHT to class FGState as per request by JSB.
+//
// Revision 1.15 1998/12/03 01:15:36 curt
// Converted fgFLIGHT to a class.
// Tweaks for Sun portability.
// Draw the Stars
void fgStarsRender( void ) {
- fgFLIGHT *f;
+ FGState *f;
fgVIEW *v;
fgLIGHT *l;
fgTIME *t;
int i;
- f = current_aircraft.flight;
+ f = current_aircraft.fdm_state;
l = &cur_light_params;
t = &cur_time_params;
v = ¤t_view;
// $Log$
+// Revision 1.24 1998/12/05 15:54:04 curt
+// Renamed class fgFLIGHT to class FGState as per request by JSB.
+//
// Revision 1.23 1998/11/23 21:48:28 curt
// Borland portability tweaks.
//