working on "attack notes"

This commit is contained in:
Chris Danford
2003-11-12 08:13:02 +00:00
parent 746d9d29eb
commit 52100a727b
9 changed files with 101 additions and 34 deletions
+1 -1
View File
@@ -633,7 +633,7 @@ void PlayerMinus::Step( int col, RageTimer tm )
return;
// Unless the computer made a very good step, they were fooled by the mine
if( tn == TAP_MINE && score <= TNS_GREAT )
if( tn == TAP_MINE && score <= TNS_GOOD )
{
m_soundMine.Play();
score = TNS_MISS;