mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Print the version when opening the logfile
This commit is contained in:
parent
5e04124211
commit
63c2b3642c
1 changed files with 1 additions and 0 deletions
|
@ -265,6 +265,7 @@ void QDECL Com_Printf( const char *fmt, ... ) {
|
|||
if(logfile)
|
||||
{
|
||||
Com_Printf( "logfile opened on %s\n", asctime( newtime ) );
|
||||
Com_Printf( "=> game is version %s\n", com_version->string );
|
||||
|
||||
if ( com_logfile->integer > 1 )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue