[notesloader] More cleanup.

Need to test something in gameplay before continuing.
This commit is contained in:
Jason Felds
2011-06-09 15:14:47 -04:00
parent dec615a2e7
commit 68fd21fdc8
5 changed files with 19 additions and 15 deletions
+1 -2
View File
@@ -30,8 +30,7 @@ bool SSCLoader::LoadFromDir( const RString &sPath, Song &out )
return false;
}
ASSERT( aFileNames.size() == 1 ); // Ensure one was found entirely.
ASSERT( aFileNames.size() == 1 );
return LoadFromSSCFile( sPath + aFileNames[0], out );
}