warnings
This commit is contained in:
@@ -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) );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user