Skip to content
Snippets Groups Projects
Commit 25f0dc7e authored by mazmazz's avatar mazmazz
Browse files

Merge branch 'version-string-develop' into 'master'

Add DEVELOP build flag to version string

See merge request STJr/SRB2!401
parents 722ceb52 7f8d16d3
No related branches found
No related tags found
No related merge requests found
......@@ -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");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment