]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
TODO comment
authorRudolf Polzer <divverent@xonotic.org>
Thu, 17 Nov 2011 17:04:01 +0000 (18:04 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Thu, 17 Nov 2011 17:04:01 +0000 (18:04 +0100)
qcsrc/client/gibs.qc

index 9cb2878e992d55823aa78748b62e718c0161057f..14490428a95618475c7eb8de2dd94d759e34c5c0 100644 (file)
@@ -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);