GS-EntBase: env_shooter's Respawn should set .think to __NULL__
to avoid potential Respawn() calls not working as expected.
This commit is contained in:
parent
dfa7e32eca
commit
c9d502f364
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ void
|
|||
env_shooter::Respawn(void)
|
||||
{
|
||||
m_iGibsLeft = m_iGibs;
|
||||
think = __NULL__;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue