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

Really just so I don't accidentally join netgames or record replays for vanilla SRB2 in the `next` branch...
This commit is contained in:
GoldenTails 2020-06-06 04:12:27 -05:00
parent 04c7eeb6ae
commit 9aa68f524e
1 changed files with 1 additions and 1 deletions

View File

@ -3472,7 +3472,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