base_player: MakeTempSpectator() will now null think and nextthink.

This commit is contained in:
Marco Cawthorne 2022-04-28 12:34:01 -07:00
parent 9969be8d27
commit 0c802295c3
Signed by: eukara
GPG key ID: C196CD8BA993248A

View file

@ -540,6 +540,8 @@ base_player::MakeTempSpectator(void)
activeweapon = 0;
effects = 0;
alpha = 0.0f;
think = __NULL__;
nextthink = 0.0f;
}
/*