From: Mircea Kitsune Date: Mon, 16 Jan 2012 20:01:24 +0000 (+0200) Subject: Add a TODO for reading species client-side X-Git-Tag: xonotic-v0.6.0~110^2^2~7 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d274b8e542823e71fdf749eb8f5c42f1189a511c;p=xonotic%2Fxonotic-data.pk3dir.git Add a TODO for reading species client-side --- diff --git a/qcsrc/server/g_violence.qc b/qcsrc/server/g_violence.qc index ba2426718..cae5e3520 100644 --- a/qcsrc/server/g_violence.qc +++ b/qcsrc/server/g_violence.qc @@ -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