CVS: data/Aircraft/A-10/Nasal A-10-fuel.nas, 1.10, 1.11
Alexis Bory <[email protected]> Sat, 3 Apr 2010 16:48:15 -0500
| Newsgroups | gmane.games.flightgear.cvc |
|---|---|
| Message-ID | <[email protected]> |
Update of /var/cvs/FlightGear-0.9/data/Aircraft/A-10/Nasal
In directory baron.flightgear.org:/tmp/cvs-serv10190
Modified Files:
A-10-fuel.nas
Log Message:
- Fix APU so it does can be out of fuel as it use to do.
Index: A-10-fuel.nas
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/A-10/Nasal/A-10-fuel.nas,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- A-10-fuel.nas 12 Feb 2009 20:49:31 -0000 1.10
+++ A-10-fuel.nas 3 Apr 2010 21:46:28 -0000 1.11
@@ -229,7 +229,7 @@
var apu_outoffuel = 0;
apu_collector_tank -= APU_FuelCons.getValue() / PPG;
APU_FuelCons.setValue(0);
- if ( apu_collector_tank < 0 ) {
+ if ( apu_collector_tank <= 0 ) {
apu_collector_tank = 0;
apu_outoffuel = 1;
}
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev