X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=FDM%2Fflight.c;h=abb1321a27f884e90bc4bde4e5fc2fb992b8d4bc;hb=f3d7ac2bd501416924d0a12879891026b265688c;hp=455417c87842bf12497cd1fd007f104924a09e5d;hpb=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. *