Fix some compile issues.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5432 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
f38a6264b8
commit
b6fc034302
3 changed files with 6 additions and 2 deletions
|
@ -3588,7 +3588,9 @@ void SV_BeginDownload_f(void)
|
|||
}
|
||||
if (ISNQCLIENT(host_client))
|
||||
host_client->send_message = true;
|
||||
#ifndef NOLEGACY
|
||||
SV_DownloadQueueNext(host_client);
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue