use memset

This commit is contained in:
Glenn Maynard
2003-02-14 06:46:19 +00:00
parent 2d5f309394
commit 1ee14d1a89
+1 -1
View File
@@ -83,7 +83,7 @@ ScreenOptions::ScreenOptions( CString sBackgroundPath, CString sPagePath, CStrin
m_framePage.SetX( SCREEN_LEFT-SCREEN_WIDTH );
m_framePage.BeginTweening( 0.3f, Actor::TWEEN_BIAS_BEGIN );
m_framePage.SetTweenX( 0 );
ZeroMemory(&m_OptionDim, sizeof(m_OptionDim));
memset(&m_OptionDim, 0, sizeof(m_OptionDim));
}
void ScreenOptions::Init( InputMode im, OptionRowData OptionRowData[], int iNumOptionLines, bool bUseIcons )