From a8202e52a35dddbf3c79224bd8f00c48fc671c2b Mon Sep 17 00:00:00 2001 From: cholleme <> Date: Sun, 16 Nov 2003 22:14:46 +0000 Subject: [PATCH] Removed hipnotic/rogue special cases --- sv_main.c | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/sv_main.c b/sv_main.c index d440490..417589f 100644 --- a/sv_main.c +++ b/sv_main.c @@ -765,22 +765,7 @@ void SV_WriteClientdataToMessage (edict_t *ent, sizebuf_t *msg) MSG_WriteByte (msg, ent->v.ammo_nails); MSG_WriteByte (msg, ent->v.ammo_rockets); MSG_WriteByte (msg, ent->v.ammo_cells); - - if (standard_quake) - { - MSG_WriteByte (msg, ent->v.weapon); - } - else - { - for(i=0;i<32;i++) - { - if ( ((int)ent->v.weapon) & (1<v.weapon); } /*