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++ ) // I'm not sure why this was here -- but there seem no ill effects
if( GAMESTATE->IsHumanPlayer(p) ) // of it's removal.
{ //
MenuRight( (PlayerNumber)p ); //for( int p=0; p<NUM_PLAYERS; p++ )
MenuLeft( (PlayerNumber)p ); // if( GAMESTATE->IsHumanPlayer(p) )
} // {
// MenuRight( (PlayerNumber)p );
// MenuLeft( (PlayerNumber)p );
// }
} }
void ScreenSelectDifficulty::MenuLeft( PlayerNumber pn ) void ScreenSelectDifficulty::MenuLeft( PlayerNumber pn )