Fix warning.

This commit is contained in:
Steve Checkoway
2004-03-17 06:26:01 +00:00
parent 93bd283a96
commit 12c6c03d3b
+1 -1
View File
@@ -42,7 +42,7 @@ void ActiveAttackList::Update( float fDelta )
const AttackArray& attacks = GAMESTATE->m_ActiveAttacks[m_PlayerNumber]; // NUM_INVENTORY_SLOTS
// clear all lines, then add all active attacks
for( int i=0; i<attacks.size(); i++ )
for( unsigned i=0; i<attacks.size(); i++ )
{
const Attack& attack = attacks[i];