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 ) ) {