Skip to content
Snippets Groups Projects
Commit 7f8d16d3 authored by Marco Z's avatar Marco Z
Browse files

Add DEVELOP build flag to version string

parent 10294637
No related branches found
No related tags found
2 merge requests!488Merge in next and don't billboard papersprites in GL,!401Add DEVELOP build flag to version string
...@@ -3465,6 +3465,11 @@ static void Command_Version_f(void) ...@@ -3465,6 +3465,11 @@ static void Command_Version_f(void)
CONS_Printf("\x85" "DEBUG " "\x80"); CONS_Printf("\x85" "DEBUG " "\x80");
#endif #endif
// DEVELOP build
#ifdef DEVELOP
CONS_Printf("\x87" "DEVELOP " "\x80");
#endif
CONS_Printf("\n"); CONS_Printf("\n");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment