Update console.cpp

This commit is contained in:
Amos 2022-01-17 23:20:32 +01:00
parent 31db2ef7cb
commit e28d9060c9

View File

@ -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();
}
}