fix uninitialized (valgrind)
This commit is contained in:
@@ -344,6 +344,7 @@ void ScreenSelectMusic::Init()
|
|||||||
m_bMadeChoice = false;
|
m_bMadeChoice = false;
|
||||||
m_bGoToOptions = false;
|
m_bGoToOptions = false;
|
||||||
m_bAllowOptionsMenu = m_bAllowOptionsMenuRepeat = false;
|
m_bAllowOptionsMenu = m_bAllowOptionsMenuRepeat = false;
|
||||||
|
ZERO( m_iSelection );
|
||||||
|
|
||||||
UpdateOptionsDisplays();
|
UpdateOptionsDisplays();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user