]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Overkill: remove another warning
authorTimePath <andrew.hardaker1995@gmail.com>
Fri, 11 Dec 2015 08:11:53 +0000 (19:11 +1100)
committerTimePath <andrew.hardaker1995@gmail.com>
Fri, 11 Dec 2015 08:11:53 +0000 (19:11 +1100)
qcsrc/common/mutators/mutator/overkill/overkill.qc

index 7c24046ecd552762d83e08166f300cbc4c9ceec0..a4d4213904a3538396ec9758748cfc6c22be7d65 100644 (file)
@@ -136,6 +136,7 @@ MUTATOR_HOOKFUNCTION(ok, PlayerDies)
        self.ok_item = true;
        self.noalign = true;
        self.pickup_anyway = true;
+       this.spawnfunc_checked = true;
        spawnfunc_item_armor_small(this);
        self.movetype = MOVETYPE_TOSS;
        self.gravity = 1;