mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +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?
|
// No ASM?
|
||||||
#ifdef NOASM
|
#ifdef NOASM
|
||||||
CONS_Printf("\205NOASM \200");
|
CONS_Printf("\x85" "NOASM " "\x80");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Debug build
|
// Debug build
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
CONS_Printf("\205DEBUG \200");
|
CONS_Printf("\x85" "DEBUG " "\x80");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
CONS_Printf("\n");
|
CONS_Printf("\n");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue