check downloadurl correctly

This commit is contained in:
Bill Currie 2007-03-20 21:17:49 +00:00 committed by Jeff Teunissen
parent ca37474f0d
commit c3e081a5ee
1 changed files with 1 additions and 1 deletions

View File

@ -1555,7 +1555,7 @@ Host_Frame (float time)
// fetch results from server // fetch results from server
CL_ReadPackets (); CL_ReadPackets ();
if (cls.downloadurl->str) if (*cls.downloadurl->str)
CL_HTTP_Update (); CL_HTTP_Update ();
if (cls.demoplayback2) { if (cls.demoplayback2) {