From: cloudwalk Date: Wed, 24 Jun 2020 15:47:37 +0000 (+0000) Subject: Typo X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5e090890569b6eae9bd9fba84fc2652ac5a38b8a;p=xonotic%2Fdarkplaces.git Typo git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12731 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/host_cmd.c b/host_cmd.c index 9aa2d139..3d1029ab 100644 --- a/host_cmd.c +++ b/host_cmd.c @@ -231,7 +231,7 @@ static void CL_Color_f(cmd_state_t *cmd) * happens twice here. Perhaps find a cleaner way? */ - top = top >= 0 ? bottom : topcolor.integer; + top = top >= 0 ? top : topcolor.integer; bottom = bottom >= 0 ? bottom : bottomcolor.integer; top &= 15;