working on Disney Rave "Magic Dance" battle mode

This commit is contained in:
Chris Danford
2003-04-07 03:25:44 +00:00
parent d821c4f1b5
commit 9eac2856a0
29 changed files with 848 additions and 285 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ void ScreenSelect::HandleScreenMessage( const ScreenMessage SM )
case SM_AllDoneChoosing:
{
for( int p=0; p<NUM_PLAYERS; p++ )
if( GAMESTATE->IsPlayerEnabled((PlayerNumber)p) )
if( GAMESTATE->IsHumanPlayer(p) )
GAMESTATE->ApplyModeChoice( m_aModeChoices[this->GetSelectionIndex((PlayerNumber)p)], (PlayerNumber)p );
GAMESTATE->m_bPlayersCanJoin = false;