Fix compilation.

This commit is contained in:
Andrey Akhmichin 2020-01-01 05:01:03 +05:00
parent 1719cc8c6f
commit e8565f7bfd
1 changed files with 2 additions and 2 deletions

View File

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