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
@@ -150,7 +150,7 @@ void ScoreKeeperRave::LaunchAttack( AttackLevel al )
GAMESTATE->RemoveActiveAttacksForPlayer( pnToAttack );
// apply new attack
GAMESTATE->LaunchAttack( pnToAttack, a );
GAMESTATE->LaunchAttack( (MultiPlayer)pnToAttack, a );
// SCREENMAN->SystemMessage( ssprintf( "attacking %d with %s", pnToAttack, sAttackToGive.c_str() ) );
}