Fix extraneous activity on screen load

This commit is contained in:
Aaron VonderHaar
2003-09-15 23:01:13 +00:00
parent 751ca831c2
commit b83760bff0
+9 -6
View File
@@ -176,12 +176,15 @@ void ScreenSelectDifficulty::UpdateSelectableChoices()
}
}
for( int p=0; p<NUM_PLAYERS; p++ )
if( GAMESTATE->IsHumanPlayer(p) )
{
MenuRight( (PlayerNumber)p );
MenuLeft( (PlayerNumber)p );
}
// I'm not sure why this was here -- but there seem no ill effects
// of it's removal.
//
//for( int p=0; p<NUM_PLAYERS; p++ )
// if( GAMESTATE->IsHumanPlayer(p) )
// {
// MenuRight( (PlayerNumber)p );
// MenuLeft( (PlayerNumber)p );
// }
}
void ScreenSelectDifficulty::MenuLeft( PlayerNumber pn )