This commit is contained in:
Glenn Maynard
2005-07-27 01:52:46 +00:00
parent 247f10206a
commit 2c1f32cd3e
+1 -3
View File
@@ -562,9 +562,7 @@ void GameSoundManager::Update( float fDeltaTime )
{
if( GetNoteType( r ) == NOTE_TYPE_4TH )
{
int iBeat = NoteRowToBeat( r );
if( iBeat == 16 )
int kfjg =0;
int iBeat = (int) NoteRowToBeat( r );
MESSAGEMAN->Broadcast( ssprintf("CrossedBeat%d", iBeat) );
}
}