mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2025-03-25 12:01:25 +00:00
actually, I think Goal /is/ supposed to be removed, but remove it /after/ it's
no longer needed.
This commit is contained in:
parent
6a0bd5c8d6
commit
354669ad62
1 changed files with 1 additions and 0 deletions
|
@ -2526,6 +2526,7 @@ void(entity Goal, entity AP, float addb) DoResults =
|
|||
// Items and Triggers do their own respawn work
|
||||
if (Goal.classname == "info_tfgoal")
|
||||
SetupRespawn(Goal);
|
||||
remove (Goal);
|
||||
};
|
||||
|
||||
//=========================================================================
|
||||
|
|
Loading…
Reference in a new issue