From 7434b293479d24f8781960cd9a1b246112e23701 Mon Sep 17 00:00:00 2001 From: cloudwalk Date: Wed, 24 Jun 2020 15:19:56 +0000 Subject: [PATCH] Fix color not applying correctly git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12729 d7cf8633-e32d-0410-b094-e92efae38249 --- host_cmd.c | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.39.2