X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Ftriggers%2Ftrigger%2Fheal.qc;h=323a4a160d2fb64cf36523fdfd58f3a624259219;hp=6d68610b5cf8ddb5afb7c2101a0b3ffacdb83f5b;hb=1c758278958da8f2baf1f39cd0f298d5bda097a2;hpb=7bae88d09fbd53cce732e31633aea92671b43699 diff --git a/qcsrc/common/triggers/trigger/heal.qc b/qcsrc/common/triggers/trigger/heal.qc index 6d68610b5..323a4a160 100644 --- a/qcsrc/common/triggers/trigger/heal.qc +++ b/qcsrc/common/triggers/trigger/heal.qc @@ -1,7 +1,7 @@ #ifdef SVQC .float triggerhealtime; void trigger_heal_touch() -{ +{SELFPARAM(); if (self.active != ACTIVE_ACTIVE) return; @@ -26,7 +26,7 @@ void trigger_heal_touch() } void spawnfunc_trigger_heal() -{ +{SELFPARAM(); self.active = ACTIVE_ACTIVE; EXACTTRIGGER_INIT;