Fix: Don't try to get profile lines for people's names.

This commit is contained in:
Charles Lohr
2005-12-19 04:05:14 +00:00
parent f3c49dd4bc
commit cfecb44f71
+1
View File
@@ -45,6 +45,7 @@ void ScreenSMOnlineLogin::Init()
FOREACH_PlayerNumber( pn )
g_ProfileLine[0].m_vEnabledForPlayers.insert( pn );
g_ProfileLine[0].m_bAllowThemeItems = false;
vector<OptionRowDefinition> vDefs( &g_ProfileLine[0], &g_ProfileLine[ARRAYSIZE(g_ProfileLine)] );
vector<OptionRowHandler*> vHands( vDefs.size(), NULL );