engine: sys_con: added missing title for log messages
This commit is contained in:
parent
aab1fa1ba2
commit
b7ff9c7a24
1 changed files with 2 additions and 0 deletions
|
@ -135,6 +135,8 @@ void Sys_InitLog( void )
|
|||
mode = "a";
|
||||
else mode = "w";
|
||||
|
||||
Q_strncpy( s_ld.title, "Xash3D FWGS", sizeof( s_ld.title ));
|
||||
|
||||
// create log if needed
|
||||
if( s_ld.log_active )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue