Fix warning.

This commit is contained in:
Steve Checkoway
2009-03-22 14:30:04 +00:00
parent 759b5fc220
commit d4cf111fff
+1 -1
View File
@@ -471,7 +471,7 @@ void ScreenOptionsEditPlaylist::ProcessMenuStart( const InputEventPlus &input )
int iRow = m_iCurrentRow[GAMESTATE->m_MasterPlayerNumber];
int iSongCount = GAMESTATE->m_pCurCourse->m_vEntries.size();
unsigned iSongCount = GAMESTATE->m_pCurCourse->m_vEntries.size();
if( m_pRows[iRow]->GetRowType() == OptionRow::RowType_Exit && iSongCount < unsigned(MIN_ENABLED_SONGS) )
{