fix uninitialized variable

This commit is contained in:
Chris Danford
2004-03-24 03:03:43 +00:00
parent 6928b4b668
commit 1975ba872a
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -138,8 +138,8 @@ ScreenNameEntryTraditional::ScreenNameEntryTraditional( CString sClassName ) : S
{
LOG->Trace( "ScreenNameEntryTraditional::ScreenNameEntryTraditional()" );
ZERO( m_NumFeats[p] );
ZERO( m_CurFeat[p] );
ZERO( m_NumFeats );
ZERO( m_CurFeat );
if( PREFSMAN->m_bScreenTestMode )
{