From: Rudolf Polzer Date: Thu, 17 Nov 2011 17:04:01 +0000 (+0100) Subject: TODO comment X-Git-Tag: xonotic-v0.6.0~74^2~100^2~48 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f0a2978d8a23c0872552dfdddeac7f65f27c27aa;p=xonotic%2Fxonotic-data.pk3dir.git TODO comment --- diff --git a/qcsrc/client/gibs.qc b/qcsrc/client/gibs.qc index 9cb2878e9..14490428a 100644 --- a/qcsrc/client/gibs.qc +++ b/qcsrc/client/gibs.qc @@ -89,6 +89,7 @@ void Gib_Draw() return; if(self.touch == Gib_Touch) // don't do this for the "chunk" thingie... + // TODO somehow make it spray in a direction dependent on self.angles trailparticles(self, particleeffectnum(strcat(species_prefix(self.cnt), "TR_SLIGHTBLOOD")), oldorg, self.origin); else trailparticles(self, particleeffectnum(strcat(species_prefix(self.cnt), "TR_BLOOD")), oldorg, self.origin);