X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Aircraft%2Faircraft.c;h=097f9608412b85516237c9b8ec1b2eef2e6e7545;hb=d19c5f0b6f9f80190967fd367bbb14da1fa1d22e;hp=e19a081862afaffb1683142b73661613e7da52cb;hpb=d1a5d93ca2f9c6be6e6f3d0c608a99086a2a3ca7;p=flightgear.git diff --git a/Aircraft/aircraft.c b/Aircraft/aircraft.c index e19a08186..097f96084 100644 --- a/Aircraft/aircraft.c +++ b/Aircraft/aircraft.c @@ -27,7 +27,7 @@ #include #include "aircraft.h" -#include "../constants.h" +#include "../Include/constants.h" /* This is a record containing all the info for the aircraft currently @@ -53,10 +53,14 @@ void fgAircraftOutputCurrent(struct fgAIRCRAFT *a) { /* $Log$ -/* Revision 1.12 1997/12/10 22:37:37 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.13 1997/12/15 23:54:30 curt +/* Add xgl wrappers for debugging. +/* Generate terrain normals on the fly. /* + * Revision 1.12 1997/12/10 22:37:37 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.11 1997/09/13 02:00:05 curt * Mostly working on stars and generating sidereal time for accurate star * placement.