If anybody knows a better value than 0, speak up. It will be slowly
pulled to the proper value by the low-pass filter anyway.

-- 
Csaba/Jester
Index: src/Instrumentation/altimeter.cxx
===================================================================
RCS file: /var/cvs/FlightGear-0.9/source/src/Instrumentation/altimeter.cxx,v
retrieving revision 1.15
diff -u -r1.15 altimeter.cxx
--- src/Instrumentation/altimeter.cxx	3 Apr 2007 11:36:47 -0000	1.15
+++ src/Instrumentation/altimeter.cxx	14 Jan 2009 19:31:47 -0000
@@ -47,6 +47,7 @@
 
     SGPropertyNode *node = fgGetNode(branch.c_str(), _num, true );
     raw_PA = 0.0;
+    _kollsman = 0.0;
     _pressure_node     = fgGetNode(_static_pressure.c_str(), true);
     _serviceable_node  = node->getChild("serviceable", 0, true);
     _setting_node      = node->getChild("setting-inhg", 0, true);
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to