diff --git a/stepmania/src/GameSoundManager.cpp b/stepmania/src/GameSoundManager.cpp index 020fa98695..03b1371f12 100644 --- a/stepmania/src/GameSoundManager.cpp +++ b/stepmania/src/GameSoundManager.cpp @@ -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) ); } }