Fix warning.

This commit is contained in:
Night Owl 2017-12-24 19:39:01 +05:00
parent ab45306e2d
commit 0ca75b9f92

View File

@ -187,7 +187,7 @@ const char *CTerrorist::pBurstSounds[] =
//=========================================================
void CTerrorist::Shoot(Vector vecSpread, int iBulletType)
{
if (m_hEnemy == NULL)
if( m_hEnemy == 0 )
{
return;
}