commit d022f49c85d43afb77af53e971bdd110a5f059d5
Author: nukeykt <alexeytf2@icloud.com>
AuthorDate: Mon Jul 11 20:36:12 2016 +0900
Commit: nukeykt <alexeytf2@icloud.com>
CommitDate: Mon Jul 11 20:36:12 2016 +0900
strife: Fix swapped progress bar color.
---
src/strife/d_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/strife/d_main.c b/src/strife/d_main.c
index 15bc61d4..f2fc7732 100644
--- a/src/strife/d_main.c
+++ b/src/strife/d_main.c
@@ -1419,7 +1419,7 @@ static void D_DrawIntroSequence(void)
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);