don't DQ because of forced mods

This commit is contained in:
Chris Danford
2006-03-26 17:48:39 +00:00
parent fc3312f9be
commit ee8329cee6
6 changed files with 24 additions and 11 deletions
+2 -2
View File
@@ -574,7 +574,7 @@ bool PlayerOptions::operator==( const PlayerOptions &other ) const
return true;
}
bool PlayerOptions::IsEasierForSongAndSteps( Song* pSong, Steps* pSteps )
bool PlayerOptions::IsEasierForSongAndSteps( Song* pSong, Steps* pSteps ) const
{
if( m_fTimeSpacing && pSong->HasSignificantBpmChangesOrStops() )
return true;
@@ -606,7 +606,7 @@ bool PlayerOptions::IsEasierForSongAndSteps( Song* pSong, Steps* pSteps )
return false;
}
bool PlayerOptions::IsEasierForCourseAndTrail( Course* pCourse, Trail* pTrail )
bool PlayerOptions::IsEasierForCourseAndTrail( Course* pCourse, Trail* pTrail ) const
{
ASSERT( pCourse );
ASSERT( pTrail );