fix some warnings

This commit is contained in:
Glenn Maynard
2004-01-11 05:47:23 +00:00
parent 88be4f43a9
commit 898f394ae8
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ void ScreenOptions::Init( InputMode im, OptionRowData OptionRows[], int iNumOpti
{
vector<bool> &vbSelected = Row.m_vbSelected[p];
vbSelected.resize( Row.m_RowDef.choices.size() );
for( int j=0; j<vbSelected.size(); j++ )
for( unsigned j=0; j<vbSelected.size(); j++ )
vbSelected[j] = false;
// set select the first item if not a multiselect row