engine: client: fix formatting error in CL_ParseExtraInfo
This commit is contained in:
parent
763e101208
commit
49e43c830b
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ static void CL_ParseExtraInfo( sizebuf_t *msg )
|
|||
|
||||
Q_strncpy( clientfallback, MSG_ReadString( msg ), sizeof( clientfallback ));
|
||||
if( COM_CheckStringEmpty( clientfallback ))
|
||||
Con_Reportf( S_ERROR "%s: TODO: add fallback directory %s!\n", __func__ );
|
||||
Con_Reportf( S_ERROR "%s: TODO: add fallback directory %s!\n", __func__, clientfallback );
|
||||
|
||||
if( MSG_ReadByte( msg ))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue