changed the selected group from string to CString to fix compilation error regarding different operands to ?:
This commit is contained in:
@@ -117,7 +117,7 @@ void ScreenJukeboxMenu::MenuStart( PlayerNumber pn )
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
Style style = m_Selector.GetSelectedStyle();
|
Style style = m_Selector.GetSelectedStyle();
|
||||||
string sGroup = m_Selector.GetSelectedGroup();
|
CString sGroup = m_Selector.GetSelectedGroup();
|
||||||
Difficulty dc = m_Selector.GetSelectedDifficulty();
|
Difficulty dc = m_Selector.GetSelectedDifficulty();
|
||||||
bool bModifiers = m_Selector.GetSelectedModifiers();
|
bool bModifiers = m_Selector.GetSelectedModifiers();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user