mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 21:01:04 +00:00
Hex instead of octal colors
This commit is contained in:
parent
c5b349ddc4
commit
9055c9aeab
1 changed files with 2 additions and 2 deletions
|
@ -3457,12 +3457,12 @@ static void Command_Version_f(void)
|
|||
|
||||
// No ASM?
|
||||
#ifdef NOASM
|
||||
CONS_Printf("\205NOASM \200");
|
||||
CONS_Printf("\x85" "NOASM " "\x80");
|
||||
#endif
|
||||
|
||||
// Debug build
|
||||
#ifdef _DEBUG
|
||||
CONS_Printf("\205DEBUG \200");
|
||||
CONS_Printf("\x85" "DEBUG " "\x80");
|
||||
#endif
|
||||
|
||||
CONS_Printf("\n");
|
||||
|
|
Loading…
Reference in a new issue