fix VC7 warnings

This commit is contained in:
Chris Danford
2005-02-15 21:58:35 +00:00
parent d76d94e64e
commit 48911f1572
3 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -705,7 +705,7 @@ void Player::HandleStep( int col, const RageTimer &tm )
if( iLbs != 0 )
{
int iNumTracksHeld = 0;
for( unsigned t=0; t<m_NoteData.GetNumTracks(); t++ )
for( int t=0; t<m_NoteData.GetNumTracks(); t++ )
{
const StyleInput StyleI( pn, t );
const GameInput GameI = GAMESTATE->GetCurrentStyle()->StyleInputToGameInput( StyleI );