fix warning

This commit is contained in:
Glenn Maynard
2005-02-21 06:29:22 +00:00
parent 04ca6e051a
commit 7e6aaf71cb
+1 -1
View File
@@ -1109,7 +1109,7 @@ void ScreenOptions::MenuUp( PlayerNumber pn, const InputEventType type )
void ScreenOptions::MenuDown( PlayerNumber pn, const InputEventType type )
{
int r;
unsigned r;
bool bFoundDest = false;
for( r=m_iCurrentRow[pn]+1; r<m_Rows.size(); r++ )
{