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 ) if( GetNoteType( r ) == NOTE_TYPE_4TH )
{ {
int iBeat = NoteRowToBeat( r ); int iBeat = (int) NoteRowToBeat( r );
if( iBeat == 16 )
int kfjg =0;
MESSAGEMAN->Broadcast( ssprintf("CrossedBeat%d", iBeat) ); MESSAGEMAN->Broadcast( ssprintf("CrossedBeat%d", iBeat) );
} }
} }