fix VC7 warnings

This commit is contained in:
Chris Danford
2004-11-08 06:16:22 +00:00
parent 2fc38be71c
commit ec4090a3eb
7 changed files with 21 additions and 30 deletions
+2 -2
View File
@@ -742,7 +742,7 @@ void ScreenNetSelectMusic::UpdateSongsListPos()
else
{
int i;
Difficulty Target;
Difficulty Target = DIFFICULTY_EASY;
bool dcs[NUM_DIFFICULTIES];
@@ -823,7 +823,7 @@ void ScreenNetSelectMusic::UpdateUsers()
for( unsigned i=0; i< m_textUsers.size(); i++)
this->RemoveChild( &m_textUsers[i] );
int oldUsers = m_textUsers.size();
unsigned oldUsers = m_textUsers.size();
m_textUsers.clear();