* Melchior FRANZ -- Wednesday 17 January 2007:
> controls.gearDown = func(v) {
>     gear_down = v;
> }

Should be:

  controls.gearDown = func(v) {
      if (v != 0) {
          gear_down = v;
      }
  }

m.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Flightgear-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to