From 6e24e0582ac0b602666c6b2d7fb78bfdcfdcef7b Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Wed, 11 Dec 2013 23:50:01 -0500 Subject: [PATCH] Nope, there is no better way to do that --- qcsrc/client/damage.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/client/damage.qc b/qcsrc/client/damage.qc index 5d7c12338..3cb9a8c59 100644 --- a/qcsrc/client/damage.qc +++ b/qcsrc/client/damage.qc @@ -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; -- 2.39.2