X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Ftriggers%2Ffunc%2Fvectormamamam.qc;h=57d3a0636fafefb5f7036c2c0ef2f5cfa1e235f8;hb=541c234fd442f5857209128fc7a907e406f4be03;hp=521ac8780e73300df8099ee7208b8e8035296690;hpb=6be3fc1c5d51414554bb8f8f05dee5a0d12f7688;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/triggers/func/vectormamamam.qc b/qcsrc/common/triggers/func/vectormamamam.qc index 521ac8780..57d3a0636 100644 --- a/qcsrc/common/triggers/func/vectormamamam.qc +++ b/qcsrc/common/triggers/func/vectormamamam.qc @@ -58,7 +58,7 @@ vector func_vectormamamam_origin(entity o, float t) } void func_vectormamamam_controller_think() -{ +{SELFPARAM(); self.nextthink = time + 0.1; if(self.owner.active != ACTIVE_ACTIVE) @@ -72,7 +72,7 @@ void func_vectormamamam_controller_think() } void func_vectormamamam_findtarget() -{ +{SELFPARAM(); if(self.target != "") self.wp00 = find(world, targetname, self.target); @@ -98,7 +98,7 @@ void func_vectormamamam_findtarget() controller.think = func_vectormamamam_controller_think; } -void spawnfunc_func_vectormamamam() +spawnfunc(func_vectormamamam) { if (self.noise != "") {