fix "PaneDisplay shows bogus values for edits"

This commit is contained in:
Chris Danford
2004-08-21 06:21:12 +00:00
parent 9c23f35047
commit 4f41bacd91
3 changed files with 145 additions and 137 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ RadarValues::RadarValues()
void RadarValues::Init()
{
ZERO( *this );
FOREACH_RadarCategory( rc )
m_fValues[rc] = RADAR_VAL_UNKNOWN;
}
XNode* RadarValues::CreateNode() const