mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Hex instead of octal colors
This commit is contained in:
parent
e30832216f
commit
41ca8bb24a
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…
Add table
Reference in a new issue