SERVER: Fix MBOX_FreeEnt not resetting frame

This commit is contained in:
cypress 2023-10-30 18:13:51 -04:00
parent 5eab83eb63
commit bbb6387fb9

View file

@ -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