fix the client getting stuck trying to download (eg) "skins/ .pcx"

This commit is contained in:
Bill Currie 2002-03-11 18:47:14 +00:00
parent 5a2538faaf
commit 87e4148ffc

View file

@ -239,7 +239,7 @@ CL_CheckOrDownloadFile (const char *filename)
MSG_WriteByte (&cls.netchan.message, clc_stringcmd);
MSG_WriteString (&cls.netchan.message,
va ("download %s", cls.downloadname));
va ("download \"%s\"", cls.downloadname));
cls.downloadnumber++;