diff --git a/stepmania/src/BeginnerHelper.cpp b/stepmania/src/BeginnerHelper.cpp index 4e6107deb8..aa6ef1be38 100644 --- a/stepmania/src/BeginnerHelper.cpp +++ b/stepmania/src/BeginnerHelper.cpp @@ -69,7 +69,8 @@ void BeginnerHelper::SetFlash( CString sFilename, float fX, float fY ) void BeginnerHelper::Initialize( int iDancePadType, NoteData *pNotes ) { - // Copy the note data from our caller. + // Copy the note data + ASSERT(pNotes != NULL); m_NoteData.CopyAll(pNotes); // Load the StepCircle, Background, and flash animation