diff --git a/stepmania/src/NotesLoaderSM.cpp b/stepmania/src/NotesLoaderSM.cpp index 158cfe424c..820024706d 100644 --- a/stepmania/src/NotesLoaderSM.cpp +++ b/stepmania/src/NotesLoaderSM.cpp @@ -351,8 +351,6 @@ bool SMLoader::LoadFromSMFile( CString sPath, Song &out ) } Steps* pNewNotes = new Steps; - ASSERT( pNewNotes ); - LoadFromSMTokens( sParams[1], sParams[2], @@ -454,8 +452,6 @@ bool SMLoader::LoadEdit( CString sEditFilePath, ProfileSlot slot ) } Steps* pNewNotes = new Steps; - ASSERT( pNewNotes ); - LoadFromSMTokens( sParams[1], sParams[2], sParams[3], sParams[4], sParams[5], sParams[6], *pNewNotes);