changed the selected group from string to CString to fix compilation error regarding different operands to ?:

This commit is contained in:
Steve Checkoway
2003-04-26 21:38:28 +00:00
parent 5997e92064
commit f524a930cb
+1 -1
View File
@@ -117,7 +117,7 @@ void ScreenJukeboxMenu::MenuStart( PlayerNumber pn )
return;
Style style = m_Selector.GetSelectedStyle();
string sGroup = m_Selector.GetSelectedGroup();
CString sGroup = m_Selector.GetSelectedGroup();
Difficulty dc = m_Selector.GetSelectedDifficulty();
bool bModifiers = m_Selector.GetSelectedModifiers();