From: divverent Date: Thu, 19 Mar 2009 11:38:59 +0000 (+0000) Subject: fix warning X-Git-Tag: xonotic-v0.1.0preview~1791 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6d2da394e052aef1781c21f0ed080a70125db2e0;p=xonotic%2Fdarkplaces.git fix warning git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8816 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/svvm_cmds.c b/svvm_cmds.c index c84525dd..201413c1 100644 --- a/svvm_cmds.c +++ b/svvm_cmds.c @@ -2631,7 +2631,7 @@ void SV_GetEntityMatrix (prvm_edict_t *ent, matrix4x4_t *out, qboolean viewmatri ( (((unsigned char)PRVM_EDICTFIELDVALUE(ent, prog->fieldoffsets.pflags)->_float) & PFLAGS_FULLDYNAMIC) || - (gamemode == GAME_TENEBRAE) && ((unsigned int)ent->fields.server->effects & (16 | 32)) + ((gamemode == GAME_TENEBRAE) && ((unsigned int)ent->fields.server->effects & (16 | 32))) ) ) WTFsign = -1;