From e28d9060c94e531f8fb60d62d6d94c6d2df214af Mon Sep 17 00:00:00 2001 From: Amos <48657826+Mauler125@users.noreply.github.com> Date: Mon, 17 Jan 2022 23:20:32 +0100 Subject: [PATCH] Update console.cpp --- r5dev/windows/console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/windows/console.cpp b/r5dev/windows/console.cpp index 819d6de4..0484f781 100644 --- a/r5dev/windows/console.cpp +++ b/r5dev/windows/console.cpp @@ -119,7 +119,7 @@ void Console_Init() // Warn the user if 'VirtualTerminalLevel' could not be set on users environment. MessageBox(NULL, "Failed to set console mode 'VirtualTerminalLevel'.\nPlease omit the '-ansiclr' parameter and restart \nthe game if output logging appears distorted.", "SDK Warning", MB_ICONEXCLAMATION | MB_OK); } - SetConsoleBackgroundColor(0x000000); + SetConsoleBackgroundColor(0x0000); AnsiColors_Init(); } }