mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-16 17:10:55 +00:00
SERVER: Fix Power-Up sparkles not being freed after timeout
This commit is contained in:
parent
34350827ce
commit
eac3d224f3
1 changed files with 1 additions and 0 deletions
|
@ -529,6 +529,7 @@ void() PU_Flash =
|
|||
// Too late, free the Power-Up
|
||||
if (self.hitcount >= 40) {
|
||||
PU_FreeEnt(self);
|
||||
PU_FreeEnt(self.owner);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue