]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Fix color not applying correctly
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 24 Jun 2020 15:19:56 +0000 (15:19 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 24 Jun 2020 15:19:56 +0000 (15:19 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12729 d7cf8633-e32d-0410-b094-e92efae38249

host_cmd.c

index 4924ea27d870dd6ec94702131cb1913e9e0ad9d7..05b11f42e491eeac52eb49991b42424c50013df7 100644 (file)
@@ -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;