fix ModeChoice

This commit is contained in:
Glenn Maynard
2003-09-25 06:44:25 +00:00
parent d4b505fca0
commit 565c5d46e2
+2
View File
@@ -18,6 +18,7 @@ void ModeChoice::Init()
m_dc = DIFFICULTY_INVALID;
m_sAnnouncer = "";
m_sName = "";
m_bInvalid = true;
}
bool ModeChoice::DescribesCurrentMode() const
@@ -46,6 +47,7 @@ void ModeChoice::Load( int iIndex, CString sChoice )
m_iIndex = iIndex;
m_sName = sChoice;
m_bInvalid = false;
CStringArray asCommands;
split( sChoice, ";", asCommands );