* Keith Wiley -- Tuesday 14 May 2002 21:47:
> I recvsed yesterday and now it won't compile:
> /usr/local/src/FlightGear/src/Main/fg_init.cxx:628: undefined reference to
> `FGNullFDM::FGNullFDM(do ble)'
^
What's that? "do ble"?
It definitely compiles here. Corrupted file? Bad memory?
By the way, you need something like the following patch to make the UFO
behave:
Index: UFO.cxx
===================================================================
RCS file: /var/cvs/FlightGear-0.7/FlightGear/src/FDM/UFO.cxx,v
retrieving revision 1.4
diff -u -3 -p -r1.4 UFO.cxx
--- UFO.cxx 11 May 2002 19:09:53 -0000 1.4
+++ UFO.cxx 11 May 2002 21:06:30 -0000
@@ -31,9 +31,9 @@
#include "UFO.hxx"
-const double throttle_damp = 0.05;
-const double aileron_damp = 0.01;
-const double elevator_damp = 0.01;
+const double throttle_damp = 0.2;
+const double aileron_damp = 0.05;
+const double elevator_damp = 0.05;
FGUFO::FGUFO( double dt )
: Throttle(0.0),
_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel