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:
Spoike 2019-03-12 08:28:19 +00:00
parent f38a6264b8
commit b6fc034302
3 changed files with 6 additions and 2 deletions

View file

@ -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;
}