Ok, thanks for tracking this down.  Open-source == distributed
debugging. :-) I can toss that into cvs.

Curt.


Jim Wilson writes:
> Ah, this is where it got confusing!  The following patch will get the engine
> cranking working again.  There is different problem with the gear-lock. The 
> left engine works in the c310 with a modification to the c310-sound.xml file 
> that I'll update shortly.
> 
> Best,
> 
> Jim
> 
> 
> Index: fg_sound.cxx
> ===================================================================
> RCS file: /var/cvs/FlightGear-0.7/FlightGear/src/Sound/fg_sound.cxx,v
> retrieving revision 1.14
> diff -u -r1.14 fg_sound.cxx
> --- fg_sound.cxx      11 May 2002 14:28:58 -0000      1.14
> +++ fg_sound.cxx      17 May 2002 18:37:14 -0000
> @@ -263,7 +263,7 @@
>  
>     if (                                                      // Lisp, anyone?
>           (_condition && !_condition->test()) ||
> -         (_property &&
> +         (_property && !_condition &&
> (
>                 !curr_value ||
>                 ( (_mode == FGSound::IN_TRANSIT) && (curr_value == _prev_value) )
> 
> 
> _______________________________________________
> Flightgear-devel mailing list
> [EMAIL PROTECTED]
> http://mail.flightgear.org/mailman/listinfo/flightgear-devel

-- 
Curtis Olson   IVLab / HumanFIRST Program       FlightGear Project
Twin Cities    [EMAIL PROTECTED]                  [EMAIL PROTECTED]
Minnesota      http://www.menet.umn.edu/~curt   http://www.flightgear.org

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to