Browse Source

Fix warning.

noffice
Night Owl 7 years ago
parent
commit
0ca75b9f92
  1. 2
      dlls/noffice/terrorist.cpp

2
dlls/noffice/terrorist.cpp

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

Loading…
Cancel
Save