Hi,

Ooops, I forgot to comment out a debug line in A-10/Nasal/A-10-fuel.nas

Sorry for that,

Alexis
Index: Nasal/A-10-fuel.nas
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/A-10/Nasal/A-10-fuel.nas,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 A-10-fuel.nas
--- Nasal/A-10-fuel.nas 14 Jun 2007 15:19:22 -0000      1.2
+++ Nasal/A-10-fuel.nas 16 Jun 2007 12:58:30 -0000
@@ -64,7 +64,7 @@ update_loop = func {
                        var contact = 
m.getNode("refuel/contact").getBoolValue();
                        var tanker = m.getNode("tanker").getBoolValue();
                        var id = m.getNode("id").getValue();
-                       print("mp '", id, "'  contact=", contact, "  tanker=", 
tanker);
+                       #print("mp '", id, "'  contact=", contact, "  tanker=", 
tanker);
 
                        if (tanker and contact) {
                                append(tankers, m);
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to