From ff852dc871a220e3121f6579870ecea13be045e9 Mon Sep 17 00:00:00 2001 From: curt Date: Sat, 14 Mar 1998 00:27:12 +0000 Subject: [PATCH] Updated fgGENERAL to a "type" of struct. --- Astro/orbits.c | 13 ++++++++----- Astro/stars.c | 11 +++++++---- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/Astro/orbits.c b/Astro/orbits.c index fe5208c4a..ed55d7d74 100644 --- a/Astro/orbits.c +++ b/Astro/orbits.c @@ -108,7 +108,7 @@ int fgReadOrbElements(struct OrbElements *dest, FILE *src) int fgSolarSystemInit(struct fgTIME t) { - struct fgGENERAL *g; + fgGENERAL *g; char path[80]; int i; FILE *data; @@ -165,11 +165,14 @@ void fgSolarSystemUpdate(struct OrbElements *planet, struct fgTIME t) /* $Log$ -/* Revision 1.8 1998/02/23 19:07:55 curt -/* Incorporated Durk's Astro/ tweaks. Includes unifying the sun position -/* calculation code between sun display, and other FG sections that use this -/* for things like lighting. +/* Revision 1.9 1998/03/14 00:27:12 curt +/* Updated fgGENERAL to a "type" of struct. /* + * Revision 1.8 1998/02/23 19:07:55 curt + * Incorporated Durk's Astro/ tweaks. Includes unifying the sun position + * calculation code between sun display, and other FG sections that use this + * for things like lighting. + * * Revision 1.7 1998/02/12 21:59:33 curt * Incorporated code changes contributed by Charlie Hotchkiss * diff --git a/Astro/stars.c b/Astro/stars.c index 420c95168..d20608f8a 100644 --- a/Astro/stars.c +++ b/Astro/stars.c @@ -58,7 +58,7 @@ /* Initialize the Star Management Subsystem */ int fgStarsInit( void ) { FILE *fd; - struct fgGENERAL *g; + fgGENERAL *g; /* struct CelestialCoord pltPos; */ char path[1024]; char line[256], name[256]; @@ -255,10 +255,13 @@ void fgStarsRender( void ) { /* $Log$ -/* Revision 1.8 1998/02/12 21:59:38 curt -/* Incorporated code changes contributed by Charlie Hotchkiss -/* +/* Revision 1.9 1998/03/14 00:27:12 curt +/* Updated fgGENERAL to a "type" of struct. /* + * Revision 1.8 1998/02/12 21:59:38 curt + * Incorporated code changes contributed by Charlie Hotchkiss + * + * * Revision 1.7 1998/02/09 15:07:48 curt * Minor tweaks. * -- 2.39.2