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 );