mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
check downloadurl correctly
This commit is contained in:
parent
ca37474f0d
commit
c3e081a5ee
1 changed files with 1 additions and 1 deletions
|
@ -1555,7 +1555,7 @@ Host_Frame (float time)
|
|||
|
||||
// fetch results from server
|
||||
CL_ReadPackets ();
|
||||
if (cls.downloadurl->str)
|
||||
if (*cls.downloadurl->str)
|
||||
CL_HTTP_Update ();
|
||||
|
||||
if (cls.demoplayback2) {
|
||||
|
|
Loading…
Reference in a new issue