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

View file

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