From: Mario Date: Sat, 8 Oct 2016 17:41:26 +0000 (+1000) Subject: Copy antiwall flag (fixes delayed antiwall triggers) X-Git-Tag: xonotic-v0.8.2~533 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2c6d3c45a3555187bd12750ea7b0ca3a8f62ddb4;p=xonotic%2Fxonotic-data.pk3dir.git Copy antiwall flag (fixes delayed antiwall triggers) --- diff --git a/qcsrc/common/triggers/triggers.qc b/qcsrc/common/triggers/triggers.qc index 8a63e3b68..1f5139896 100644 --- a/qcsrc/common/triggers/triggers.qc +++ b/qcsrc/common/triggers/triggers.qc @@ -203,6 +203,7 @@ void SUB_UseTargets_Ex(entity this, entity actor, entity trigger, bool preventRe t.target2 = this.target2; t.target3 = this.target3; t.target4 = this.target4; + t.antiwall_flag = this.antiwall_flag; return; }