Fix: ProfileOptions (Navigation was not correct and all text was hidden)

This commit is contained in:
Charles Lohr
2005-03-10 17:59:01 +00:00
parent 0495b83ecf
commit 5ba2976694
+5
View File
@@ -72,6 +72,11 @@ void ScreenProfileOptions::Init()
else
g_ProfileOptionsLines[PO_OS_MOUNT_2].choices[0] = PREFSMAN->m_sMemoryCardOsMountPoint[PLAYER_2];
//Enable all lines for all players
for ( unsigned int i = 0; i < NUM_PROFILE_OPTIONS_LINES; i++ )
FOREACH_PlayerNumber( pn )
g_ProfileOptionsLines[i].m_vEnabledForPlayers.insert( pn );
vector<OptionRowDefinition> vDefs( &g_ProfileOptionsLines[0], &g_ProfileOptionsLines[ARRAYSIZE(g_ProfileOptionsLines)] );
vector<OptionRowHandler*> vHands( vDefs.size(), NULL );
InitMenu( INPUTMODE_SHARE_CURSOR, vDefs, vHands );