add PlayerStates for MultiPlayers

This commit is contained in:
Chris Danford
2005-08-23 21:07:07 +00:00
parent 6fa9407891
commit 0c57983d0e
6 changed files with 45 additions and 6 deletions
+1 -1
View File
@@ -3052,7 +3052,7 @@ void ScreenEdit::SetupCourseAttacks()
}
for( unsigned i=0; i<Attacks.size(); ++i )
GAMESTATE->LaunchAttack( PLAYER_1, Attacks[i] );
GAMESTATE->LaunchAttack( (MultiPlayer)PLAYER_1, Attacks[i] );
}
GAMESTATE->m_pPlayerState[PLAYER_1]->RebuildPlayerOptionsFromActiveAttacks();
}