Fix warnings.
This commit is contained in:
@@ -1724,7 +1724,7 @@ void ScreenGameplay::StageFinished()
|
||||
{
|
||||
if( GAMESTATE->IsCourseMode() && GAMESTATE->m_PlayMode != PLAY_MODE_ENDLESS )
|
||||
{
|
||||
LOG->Trace("Stage finished at index %i/%i", GAMESTATE->GetCourseSongIndex(), m_apSongsQueue.size() );
|
||||
LOG->Trace("Stage finished at index %i/%lu", GAMESTATE->GetCourseSongIndex(), m_apSongsQueue.size() );
|
||||
/* +1 to skip the current song; that's done already. */
|
||||
for( unsigned iPlaySongIndex = GAMESTATE->GetCourseSongIndex()+1;
|
||||
iPlaySongIndex < m_apSongsQueue.size(); ++iPlaySongIndex )
|
||||
|
||||
Reference in New Issue
Block a user