fix uninitialized (valgrind)

This commit is contained in:
Glenn Maynard
2005-06-23 01:49:47 +00:00
parent 97a445d76b
commit 84c6ecff9e
+1
View File
@@ -344,6 +344,7 @@ void ScreenSelectMusic::Init()
m_bMadeChoice = false;
m_bGoToOptions = false;
m_bAllowOptionsMenu = m_bAllowOptionsMenuRepeat = false;
ZERO( m_iSelection );
UpdateOptionsDisplays();