From: cloudwalk Date: Wed, 24 Jun 2020 15:19:56 +0000 (+0000) Subject: Fix color not applying correctly X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=7434b293479d24f8781960cd9a1b246112e23701;p=xonotic%2Fdarkplaces.git Fix color not applying correctly git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12729 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/host_cmd.c b/host_cmd.c index 4924ea27..05b11f42 100644 --- a/host_cmd.c +++ b/host_cmd.c @@ -231,9 +231,6 @@ static void CL_Color_f(cmd_state_t *cmd) * happens twice here. Perhaps find a cleaner way? */ - top &= 15; - bottom &= 15; - // LadyHavoc: allowing skin colormaps 14 and 15 by commenting this out //if (top > 13) // top = 13;