Allow selection of different profiles for different users. Two player login is still broken though.

This commit is contained in:
Josh Allen
2006-06-25 19:50:08 +00:00
parent 564832ee08
commit 08a76abd14
+1 -1
View File
@@ -33,7 +33,7 @@ void ScreenSMOnlineLogin::Init()
OptionRowHandler *pHand = OptionRowHandlerUtil::MakeNull();
pHand->m_Def.m_sName = "Profile";
pHand->m_Def.m_bOneChoiceForAllPlayers = true;
pHand->m_Def.m_bOneChoiceForAllPlayers = false;
pHand->m_Def.m_bAllowThemeItems = false;
pHand->m_Def.m_vEnabledForPlayers.clear();