]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_violence.qc
Merge branch 'samual/menu_updates' of git://de.git.xonotic.org/xonotic/xonotic-data...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_violence.qc
index ba2426718a571ca706958e8de9b6c3ad94b35a71..cae5e3520bc5043939e32f5abeb20952b0eb40b4 100644 (file)
@@ -27,6 +27,7 @@ void Violence_GibSplash_At(vector org, vector dir, float type, float amount, ent
        e.state |= 8 * self.species; // gib type, ranges from 0 to 15
 
        // if this is a copied dead body, send the num of its player instead
+       // TODO: remove this field, read from model txt files
        if(self.classname == "body")
                e.team = num_for_edict(self.owner);
        else