add asserts

This commit is contained in:
Chris Danford
2005-02-28 20:12:47 +00:00
parent 14fc4e8882
commit f6d91c7358
+3
View File
@@ -489,6 +489,9 @@ REGISTER_SCREEN_CLASS( ScreenEdit );
ScreenEdit::ScreenEdit( CString sName ) : Screen( sName )
{
LOG->Trace( "ScreenEdit::ScreenEdit()" );
ASSERT( GAMESTATE->m_pCurSong );
ASSERT( GAMESTATE->m_pCurSteps[0] );
}
void ScreenEdit::Init()