add comment, start working on making this assert message better

This commit is contained in:
AJ Kelly
2011-02-13 16:18:41 -06:00
parent be638d1c3c
commit 606cb4f76a
+2 -1
View File
@@ -138,7 +138,8 @@ void ScreenHowToPlay::Init()
const Style* pStyle = GAMESTATE->GetCurrentStyle();
Steps *pSteps = SongUtil::GetStepsByDescription( &m_Song, pStyle->m_StepsType, "" );
ASSERT_M( pSteps != NULL, ssprintf("%i", pStyle->m_StepsType) );
// todo: make StepsType human readable. -aj
ASSERT_M( pSteps != NULL, ssprintf("StepsType %i is NULL", pStyle->m_StepsType) );
NoteData tempNoteData;
pSteps->GetNoteData( tempNoteData );