X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Scenery%2Forbits.c;h=8ff0f182cf8c1ad1ee3525f3a1bbd8327666c446;hb=b54a4d1f928c6b33c2136baf9feaa0b5e4012f45;hp=4e10843aba002d2a79b30ccac19539064e13e69a;hpb=8f7a446ec862293192cebb1a4ae43569d1fec36a;p=simgear.git diff --git a/Scenery/orbits.c b/Scenery/orbits.c index 4e10843a..8ff0f182 100644 --- a/Scenery/orbits.c +++ b/Scenery/orbits.c @@ -27,7 +27,7 @@ #include "orbits.h" -#include "../general.h" +#include "../Include/general.h" #include "../Time/fg_time.h" @@ -170,10 +170,14 @@ void fgSolarSystemUpdate(struct OrbElements *planet, struct fgTIME t) /* $Log$ -/* Revision 1.4 1997/12/10 22:37:51 curt -/* Prepended "fg" on the name of all global structures that didn't have it yet. -/* i.e. "struct WEATHER {}" became "struct fgWEATHER {}" +/* Revision 1.5 1997/12/15 23:55:02 curt +/* Add xgl wrappers for debugging. +/* Generate terrain normals on the fly. /* + * Revision 1.4 1997/12/10 22:37:51 curt + * Prepended "fg" on the name of all global structures that didn't have it yet. + * i.e. "struct WEATHER {}" became "struct fgWEATHER {}" + * * Revision 1.3 1997/11/25 23:20:44 curt * Changed planets.dat Planets.dat *