On Fri, Feb 6, 2009 at 5:39 AM, syd adams <adams....@gmail.com> wrote:
> Hello ,
>     Ok, I have everything in the data folder converted to /level-lbs.
> (The Concorde was a bit of a nightmare) ... :)

Yeah, you got a little overzealous ... Attached patch reverts one
accidental change. Thanks to Aerotro for the bug report.
Of course it would be nice to convert the Concorde's internal
properties also, but let's leave that to the author.

-- 
Csaba/Jester
Index: Aircraft/Concorde/Nasal/Concorde-fuelXML.nas
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/Concorde/Nasal/Concorde-fuelXML.nas,v
retrieving revision 1.2
diff -u -r1.2 Concorde-fuelXML.nas
--- Aircraft/Concorde/Nasal/Concorde-fuelXML.nas	6 Feb 2009 22:56:02 -0000	1.2
+++ Aircraft/Concorde/Nasal/Concorde-fuelXML.nas	12 Feb 2009 02:20:08 -0000
@@ -1115,7 +1115,7 @@
        me.tanks[no].getChild("under-full-lb").setValue( valuelb );
    }
    if( lowlevel ) {
-       me.tanks[no].getChild("low-level-lbs").setValue( me.LOWLEVELLB[no] );
+       me.tanks[no].getChild("low-level-lb").setValue( me.LOWLEVELLB[no] );
    }
 }
 
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to