mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Update console code
'SetConsoleBackgroundColor' takes a DWORD.
This commit is contained in:
parent
526179878d
commit
c253fd8b44
@ -110,7 +110,7 @@ void Console_Init()
|
||||
MessageBoxA(NULL, "Failed to set console mode 'VirtualTerminalLevel'.\n"
|
||||
"Please omit the '-ansiclr' parameter and restart \nthe game if output logging appears distorted.", "SDK Warning", MB_ICONEXCLAMATION | MB_OK);
|
||||
}
|
||||
SetConsoleBackgroundColor(0x0000);
|
||||
SetConsoleBackgroundColor(0x00000000);
|
||||
AnsiColors_Init();
|
||||
}
|
||||
SetConsoleCtrlHandler(ConsoleHandlerRoutine, true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user