From: curt Date: Mon, 24 Aug 1998 20:09:07 +0000 (+0000) Subject: . X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f3d7ac2bd501416924d0a12879891026b265688c;hp=1932c680655e3286214972956ff15deb283eeee6;p=flightgear.git . --- diff --git a/FDM/flight.c b/FDM/flight.c index 455417c87..abb1321a2 100644 --- a/FDM/flight.c +++ b/FDM/flight.c @@ -113,11 +113,14 @@ int fgFlightModelSetAltitude(int model, fgFLIGHT *f, double alt_meters) { /* $Log$ -/* Revision 1.16 1998/08/22 14:49:55 curt -/* Attempting to iron out seg faults and crashes. -/* Did some shuffling to fix a initialization order problem between view -/* position, scenery elevation. +/* Revision 1.17 1998/08/24 20:09:07 curt +/* . /* + * Revision 1.16 1998/08/22 14:49:55 curt + * Attempting to iron out seg faults and crashes. + * Did some shuffling to fix a initialization order problem between view + * position, scenery elevation. + * * Revision 1.15 1998/07/30 23:44:36 curt * Beginning to add support for multiple flight models. *