SERVER: Re-Set free Power-Up frame to avoid datatype overflow

This commit is contained in:
Steam Deck User 2023-03-14 22:14:18 -04:00
parent 8c907d6049
commit f036e1b37e

View file

@ -60,6 +60,7 @@ inline void(entity ent) PU_FreeEnt =
ent.classname = "freePowerUpEntity";
ent.touch = SUB_Null;
ent.think = SUB_Null;
ent.frame = 0;
};
//