* gerard robin -- Wednesday 13 August 2008:
>   <program>
>     <fluid>water</fluid>
>     <gravity>enabled</gravity>
>     <wind>disabled</wind>
>   </program>

<gravity> and <wind> are now of type "bool", so in your case
gravity is actually *disabled*! Should be:

     <gravity>true</gravity>
     <wind>false</wind>

or

     <gravity>1</gravity>
     <wind>0</wind>

m.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to