add asserts

This commit is contained in:
Chris Danford
2005-06-05 09:45:00 +00:00
parent 273fd06e65
commit 539e6915ff
+4
View File
@@ -562,7 +562,11 @@ void NoteField::DrawPrimitives()
}
if( viLowestIndex.empty() )
{
FOREACH_BackgroundLayer( i )
ASSERT( iter[i] == GAMESTATE->m_pCurSong->GetBackgroundChanges(i).end() );
break;
}
if( IS_ON_SCREEN(fLowestBeat) )
{