Update tf_weapon_minigun.cpp
This commit is contained in:
parent
f945a15209
commit
d3d2b103d4
|
|
@ -615,7 +615,6 @@ void CTFMinigun::AttackEnemyProjectiles( void )
|
|||
continue;
|
||||
|
||||
CBaseProjectile *pProjectile = dynamic_cast< CBaseProjectile* >( pObjects[i] );
|
||||
CBaseEntity* pObject = pObjects[i];
|
||||
if ( pProjectile && pProjectile->IsDestroyable() )
|
||||
{
|
||||
pProjectile->IncrementDestroyableHitCount();
|
||||
|
|
|
|||
Loading…
Reference in New Issue