]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Nope, there is no better way to do that
authorSamual Lenks <samual@xonotic.org>
Thu, 12 Dec 2013 04:50:01 +0000 (23:50 -0500)
committerSamual Lenks <samual@xonotic.org>
Thu, 12 Dec 2013 04:50:01 +0000 (23:50 -0500)
qcsrc/client/damage.qc

index 5d7c123389d6953e6f43fe4a54252cadc6089241..3cb9a8c599aebc6fcdb3b032ce56bd48a05b143f 100644 (file)
@@ -100,7 +100,7 @@ void DamageEffect(vector hitorg, float dmg, float type, float specnum)
        }
 
        e = spawn();
-       setmodel(e, "null"); // necessary to attach and read origin // samual: FIXME: this is weird, is there some better way to do this?
+       setmodel(e, "null"); // necessary to attach and read origin
        setattachment(e, self, gettaginfo_name); // attach to the given bone
        e.classname = "damage";
        e.owner = self;