From 93947f375a7eaaf6eb8bb22f6c29c08ef6c902a0 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Thu, 10 Mar 2005 21:57:56 +0000 Subject: [PATCH] fix missing part of the previous commit --- stepmania/src/Course.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/stepmania/src/Course.cpp b/stepmania/src/Course.cpp index 52595e65ee..93a37b0018 100644 --- a/stepmania/src/Course.cpp +++ b/stepmania/src/Course.cpp @@ -283,6 +283,15 @@ void Course::LoadFromCRSFile( CString sPath ) m_vDifficultiesToHide.insert( cd ); } } + else if( !stricmp(sValueName, "DIFFICULTIESTOHIDE") ) + { + m_vDifficultiesToHide.clear(); + for( unsigned i=1; iTrace( "Unexpected value named '%s'", sValueName.c_str() );