mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-16 17:10:55 +00:00
SERVER: Re-Set free Power-Up frame to avoid datatype overflow
This commit is contained in:
parent
8c907d6049
commit
f036e1b37e
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ inline void(entity ent) PU_FreeEnt =
|
|||
ent.classname = "freePowerUpEntity";
|
||||
ent.touch = SUB_Null;
|
||||
ent.think = SUB_Null;
|
||||
ent.frame = 0;
|
||||
};
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue