X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Ftriggers%2Ffunc%2Fvectormamamam.qc;h=32355004bed1d33ba21648cbf62f2196ecaa0d99;hb=5b22584122d4354ab7819853d0fa5219d14d832e;hp=521ac8780e73300df8099ee7208b8e8035296690;hpb=451382be257bcb485a1ada1872bfdf2f18769051;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/triggers/func/vectormamamam.qc b/qcsrc/common/triggers/func/vectormamamam.qc index 521ac8780..32355004b 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); @@ -99,7 +99,7 @@ void func_vectormamamam_findtarget() } void spawnfunc_func_vectormamamam() -{ +{SELFPARAM(); if (self.noise != "") { precache_sound(self.noise);