From: Mircea Kitsune Date: Sun, 10 Apr 2011 17:26:00 +0000 (+0300) Subject: Fix some comments to match the client ones X-Git-Tag: xonotic-v0.6.0~110^2^2~114 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0bb9b18cb7655b7aeb66d2a252464dbf756dbaab;p=xonotic%2Fxonotic-data.pk3dir.git Fix some comments to match the client ones --- diff --git a/qcsrc/server/g_violence.qc b/qcsrc/server/g_violence.qc index 353723377..fa32eedd9 100644 --- a/qcsrc/server/g_violence.qc +++ b/qcsrc/server/g_violence.qc @@ -61,8 +61,8 @@ float Violence_DamageEffect_SendEntity(entity to, float sf) return FALSE; WriteByte(MSG_ENTITY, ENT_CLIENT_DAMAGEEFFECT); - WriteByte(MSG_ENTITY, self.cnt); // the damage weapon - WriteByte(MSG_ENTITY, self.state); // species + WriteByte(MSG_ENTITY, self.cnt); // damage weapon + WriteByte(MSG_ENTITY, self.state); // player species WriteByte(MSG_ENTITY, self.team); // player entnum WriteCoord(MSG_ENTITY, floor(self.origin_x)); WriteCoord(MSG_ENTITY, floor(self.origin_y));