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
@@ -157,8 +157,8 @@ public:
// return true if any mods being used will make the song(s) easier
bool IsEasierForSongAndSteps( Song* pSong, Steps* pSteps );
bool IsEasierForCourseAndTrail( Course* pCourse, Trail* pTrail );
bool IsEasierForSongAndSteps( Song* pSong, Steps* pSteps ) const;
bool IsEasierForCourseAndTrail( Course* pCourse, Trail* pTrail ) const;
};
#endif