add assert

This commit is contained in:
Chris Danford
2003-11-19 11:52:20 +00:00
parent ac80119552
commit 2434c34e21
+2
View File
@@ -20,4 +20,6 @@ void Attack::GetAttackBeats( const Song *song, PlayerNumber pn, float &fStartBea
* screen, so new arrows will scroll on screen with this effect. */
GAMESTATE->GetUndisplayedBeats( pn, fSecsRemaining, fStartBeat, fEndBeat );
}
ASSERT( fEndBeat >= fStartBeat );
}