mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Update console.cpp
This commit is contained in:
parent
31db2ef7cb
commit
e28d9060c9
@ -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();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user