* Jim Wilson -- Friday 14 May 2004 19:34: > Today's cvs: On loading the dc3 flightgear just hangs some time after the > sound init. The p51d hangs (no more display updates) when you switch to an > external view. I'm doing a poll to see if anyone else is getting this, before > I come back to it later this weekend.
That's due to Fred's changes in animation.cxx:502. in the non-_use_personality if-branch _total_duration_sec is not instantiated and may be zero. This leads to a beeping endless loop. m. _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
