From 154ab3fc865f799d97c2dd0a230559928c9677e8 Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 18 Sep 2003 19:29:39 +0000 Subject: [PATCH] after an argument with Black it was decided that GAME_NEXUIZ will be weird (in my opinion) and use a bit number instead of a bitfield for STAT_ACTIVEWEAPON git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3468 d7cf8633-e32d-0410-b094-e92efae38249 --- cl_parse.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cl_parse.c b/cl_parse.c index c208a7b9..c5f78db0 100644 --- a/cl_parse.c +++ b/cl_parse.c @@ -807,9 +807,11 @@ void CL_ParseClientdata (int bits) cl.stats[STAT_CELLS] = MSG_ReadByte(); i = MSG_ReadByte (); - if (gamemode == GAME_HIPNOTIC || gamemode == GAME_ROGUE || gamemode == GAME_NEXUIZ) + if (gamemode == GAME_HIPNOTIC || gamemode == GAME_ROGUE) i = (1<