mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-09 21:44:15 +00:00
Fix warning.
This commit is contained in:
parent
ab45306e2d
commit
0ca75b9f92
@ -187,7 +187,7 @@ const char *CTerrorist::pBurstSounds[] =
|
||||
//=========================================================
|
||||
void CTerrorist::Shoot(Vector vecSpread, int iBulletType)
|
||||
{
|
||||
if (m_hEnemy == NULL)
|
||||
if( m_hEnemy == 0 )
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user