fix warning

This commit is contained in:
Glenn Maynard
2005-05-20 23:17:53 +00:00
parent 4defb735f5
commit 24321a96b9
+1 -1
View File
@@ -291,7 +291,7 @@ void ScreenJukebox::InitSongQueues()
// Pare down to just the song in the course that we want. // Pare down to just the song in the course that we want.
int iIndexToKeep = -1; int iIndexToKeep = -1;
for( int i=0; i<m_apSongsQueue.size(); i++ ) for( unsigned i=0; i<m_apSongsQueue.size(); i++ )
{ {
if( m_apSongsQueue[i] == GAMESTATE->m_pCurSong ) if( m_apSongsQueue[i] == GAMESTATE->m_pCurSong )
{ {