diff --git a/dlls/noffice/terrorist.cpp b/dlls/noffice/terrorist.cpp index 02431957..ffc136ba 100644 --- a/dlls/noffice/terrorist.cpp +++ b/dlls/noffice/terrorist.cpp @@ -187,7 +187,7 @@ const char *CTerrorist::pBurstSounds[] = //========================================================= void CTerrorist::Shoot(Vector vecSpread, int iBulletType) { - if (m_hEnemy == NULL) + if( m_hEnemy == 0 ) { return; }