From 0ca75b9f92cab5b6c92fed06a7f52f51d0cdefa6 Mon Sep 17 00:00:00 2001 From: Night Owl Date: Sun, 24 Dec 2017 19:39:01 +0500 Subject: [PATCH] Fix warning. --- dlls/noffice/terrorist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }