From e8565f7bfd255acc2fa5a44fe1bb90f637fafeef Mon Sep 17 00:00:00 2001 From: Andrey Akhmichin Date: Wed, 1 Jan 2020 05:01:03 +0500 Subject: [PATCH] Fix compilation. --- dlls/hornet.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/hornet.cpp b/dlls/hornet.cpp index c33be01a..8eb29992 100644 --- a/dlls/hornet.cpp +++ b/dlls/hornet.cpp @@ -95,9 +95,9 @@ void CHornet::Spawn( void ) SetTouch( &CHornet::DieTouch ); SetThink( &CHornet::StartTrack ); - /*edict_t *pSoundEnt = pev->owner; + edict_t *pSoundEnt = pev->owner; if( !pSoundEnt ) - pSoundEnt = edict();*/ + pSoundEnt = edict(); switch( RANDOM_LONG( 0, 2 ) ) {