mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'version-string-develop' into 'master'
Add DEVELOP build flag to version string See merge request STJr/SRB2!401
This commit is contained in:
commit
f70a023bce
1 changed files with 6 additions and 1 deletions
|
|
@ -3465,6 +3465,11 @@ static void Command_Version_f(void)
|
|||
CONS_Printf("\x85" "DEBUG " "\x80");
|
||||
#endif
|
||||
|
||||
// DEVELOP build
|
||||
#ifdef DEVELOP
|
||||
CONS_Printf("\x87" "DEVELOP " "\x80");
|
||||
#endif
|
||||
|
||||
CONS_Printf("\n");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue