From 9db18b6952882517f2acafe242cc83f178200074 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 17 Nov 2003 15:44:51 +0000 Subject: [PATCH] fix warning --- stepmania/src/Player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Player.cpp b/stepmania/src/Player.cpp index 39c0469b9d..62813398f3 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -587,10 +587,10 @@ void PlayerMinus::Step( int col, RageTimer tm ) default: // not a mine if( IsTapAttack(tn) ) { + score = TNS_NONE; // don't score this as anything if( fScaledSecondsFromPerfect <= PREFSMAN->m_fJudgeWindowAttackSeconds ) { m_soundAttack.Play(); - score = TNS_NONE; // don't score this as anything // put attack in effect Attack attack = this->GetAttackAt( col, iIndexOverlappingNote ); GAMESTATE->LaunchAttack( OPPOSITE_PLAYER[m_PlayerNumber], attack );