From 08a76abd14b17ace919fda36038578ffbba5c87b Mon Sep 17 00:00:00 2001 From: Josh Allen Date: Sun, 25 Jun 2006 19:50:08 +0000 Subject: [PATCH] Allow selection of different profiles for different users. Two player login is still broken though. --- stepmania/src/ScreenSMOnlineLogin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenSMOnlineLogin.cpp b/stepmania/src/ScreenSMOnlineLogin.cpp index 90b83b9e78..746a530c42 100644 --- a/stepmania/src/ScreenSMOnlineLogin.cpp +++ b/stepmania/src/ScreenSMOnlineLogin.cpp @@ -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();