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:
Marco Cawthorne 2021-09-12 00:30:37 +02:00
parent dfa7e32eca
commit c9d502f364
Signed by: eukara
GPG Key ID: C196CD8BA993248A
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ void
env_shooter::Respawn(void)
{
m_iGibsLeft = m_iGibs;
think = __NULL__;
}
void