DQ if attacks are there, but disabled.

This commit is contained in:
Jason Felds
2011-06-24 10:55:39 -04:00
parent 001dd4e288
commit 6e1d5cf10b
+4
View File
@@ -712,6 +712,10 @@ bool PlayerOptions::IsEasierForSongAndSteps( Song* pSong, Steps* pSteps, PlayerN
// This makes songs with sparse notes easier.
if( m_bTransforms[TRANSFORM_ECHO] ) return true;
// Removing attacks is easier in general.
if (!m_fSongAttack && !m_fRandAttack && pSong->HasAttacks())
return true;
if( m_fCover ) return true;
if( m_fPlayerAutoPlay ) return true;
return false;