shithub: choc

Download patch

ref: d022f49c85d43afb77af53e971bdd110a5f059d5
parent: 16152cdc99fc66d33bb68e17dbecba5ad7c73cf9
author: nukeykt <alexeytf2@icloud.com>
date: Mon Jul 11 16:36:12 EDT 2016

strife: Fix swapped progress bar color.

--- a/src/strife/d_main.c
+++ b/src/strife/d_main.c
@@ -1419,7 +1419,7 @@
         for (i = 0; i < laserpos; i++)
         {
             D_SetCursorPosition(15 + i, 18);
-            D_DrawText("#", TXT_COLOR_BLUE, TXT_COLOR_GREEN);
+            D_DrawText("#", TXT_COLOR_GREEN, TXT_COLOR_BLUE);
         }
 
         I_Sleep(10);