Merge branch 'i-added-the-branch-name-into-the-version-command-when-outside-of-develop-mode' into 'master'

Adds the branch name into the version command printout when outside of DEVELOP mode.

See merge request STJr/SRB2!981
This commit is contained in:
James R 2020-07-11 01:48:38 -04:00
commit f336b1e979
1 changed files with 1 additions and 1 deletions

View File

@ -3475,7 +3475,7 @@ static void Command_Version_f(void)
#ifdef DEVELOP
CONS_Printf("Sonic Robo Blast 2 %s-%s (%s %s) ", compbranch, comprevision, compdate, comptime);
#else
CONS_Printf("Sonic Robo Blast 2 %s (%s %s %s) ", VERSIONSTRING, compdate, comptime, comprevision);
CONS_Printf("Sonic Robo Blast 2 %s (%s %s %s %s) ", VERSIONSTRING, compdate, comptime, comprevision, compbranch);
#endif
// Base library