From cfd57a24ec07cb62a02d28e5f4b1620cfce4511a Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Thu, 27 Nov 2003 02:46:54 +0000 Subject: [PATCH] fix multiple attacks in effect at once during rave --- stepmania/src/ScoreKeeperRave.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScoreKeeperRave.cpp b/stepmania/src/ScoreKeeperRave.cpp index 4ade99d694..e6d93e1cb8 100644 --- a/stepmania/src/ScoreKeeperRave.cpp +++ b/stepmania/src/ScoreKeeperRave.cpp @@ -97,7 +97,7 @@ void ScoreKeeperRave::LaunchAttack( AttackLevel al ) a.sModifier = sAttackToGive; // remove current attack (if any) - GAMESTATE->RemoveActiveAttacksForPlayer( pnToAttack, al ); + GAMESTATE->RemoveActiveAttacksForPlayer( pnToAttack ); // apply new attack GAMESTATE->LaunchAttack( pnToAttack, a );