Browse Source

Fix compilation.

asheep
Andrey Akhmichin 5 years ago
parent
commit
e8565f7bfd
  1. 4
      dlls/hornet.cpp

4
dlls/hornet.cpp

@ -95,9 +95,9 @@ void CHornet::Spawn( void )
SetTouch( &CHornet::DieTouch ); SetTouch( &CHornet::DieTouch );
SetThink( &CHornet::StartTrack ); SetThink( &CHornet::StartTrack );
/*edict_t *pSoundEnt = pev->owner; edict_t *pSoundEnt = pev->owner;
if( !pSoundEnt ) if( !pSoundEnt )
pSoundEnt = edict();*/ pSoundEnt = edict();
switch( RANDOM_LONG( 0, 2 ) ) switch( RANDOM_LONG( 0, 2 ) )
{ {

Loading…
Cancel
Save