diff --git a/stepmania/src/Player.cpp b/stepmania/src/Player.cpp index 8c13d33da7..1c645ef110 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -734,7 +734,21 @@ void PlayerMinus::Step( int col, RageTimer tm ) // as "mine was hit" and everything else as "mine was avoided" if( tn == TAP_MINE ) { - if( score > TNS_GOOD ) + // The CPU hits a lot of mines. Only consider hitting the + // first mine for a row. We know we're the first mine if + // there are are no mines to the left of us. + for( int t=0; t