mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Fix missing spaces between product information in the logfile
This commit is contained in:
parent
42326ec708
commit
5530d3051b
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,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", PRODUCT_NAME PRODUCT_VERSION_FULL PLATFORM_STRING PRODUCT_VERSION_DATE );
|
||||
Com_Printf( "=> game is version %s\n", PRODUCT_NAME " " PRODUCT_VERSION_FULL " " PLATFORM_STRING " " PRODUCT_VERSION_DATE );
|
||||
Com_Printf( "=> targeting game ID %d\n", Cvar_VariableIntegerValue( "com_target_game" ) );
|
||||
|
||||
if ( com_logfile->integer > 1 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue