diff --git a/stepmania/src/Course.cpp b/stepmania/src/Course.cpp index aed528ee03..b8c9ce47f8 100644 --- a/stepmania/src/Course.cpp +++ b/stepmania/src/Course.cpp @@ -113,7 +113,7 @@ void Course::LoadFromCRSFile( CString sPath ) { CStringArray sBits; split( sParams[j], "=", sBits, false ); - if( sBits.size() == 0 ) + if( sBits.size() < 2 ) continue; TrimLeft( sBits[0] );