mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-25 21:31:28 +00:00
SERVER: Fix MBOX_FreeEnt not resetting frame
This commit is contained in:
parent
5eab83eb63
commit
bbb6387fb9
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ void(entity ent) MBOX_FreeEnt =
|
|||
ent.touch = SUB_Null;
|
||||
ent.think = SUB_Null;
|
||||
ent.effects = 0;
|
||||
ent.frame = 0;
|
||||
|
||||
#ifdef FTE
|
||||
|
||||
|
|
Loading…
Reference in a new issue