engine: client: fix ParseFile calls

This commit is contained in:
Alibek Omarov
2021-10-08 17:31:32 +03:00
committed by a1batross
parent cce7c7d782
commit 4ba95277b9
5 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -1743,7 +1743,7 @@ void CL_ParseResLocation( sizebuf_t *msg )
return;
}
while( ( data = COM_ParseFile( data, token ) ) )
while( ( data = COM_ParseFile( data, token, sizeof( token ) ) ) )
{
Con_Reportf( "Adding %s as download location\n", token );