mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-30 00:20:59 +00:00
* Print the SVN version string in Com_Init()
This commit is contained in:
parent
ba36526a5e
commit
90b35ec5c8
2 changed files with 7 additions and 1 deletions
|
@ -2397,7 +2397,7 @@ Com_Init
|
|||
void Com_Init( char *commandLine ) {
|
||||
char *s;
|
||||
|
||||
Com_Printf( "%s %s %s\n", Q3_VERSION, PLATFORM_STRING, __DATE__ );
|
||||
Com_Printf( "%s %s %s\n", SVN_VERSION, PLATFORM_STRING, __DATE__ );
|
||||
|
||||
if ( setjmp (abortframe) ) {
|
||||
Sys_Error ("Error during initialization");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue