mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-29 07:41:47 +00:00
Fix a typo.
This commit is contained in:
parent
4c4759b73b
commit
af5a876be4
1 changed files with 1 additions and 1 deletions
|
@ -549,7 +549,7 @@ CL_DownloadFileName(char *dest, int destlen, char *fn)
|
||||||
static qboolean
|
static qboolean
|
||||||
CL_DownloadFilter(const char *filename)
|
CL_DownloadFilter(const char *filename)
|
||||||
{
|
{
|
||||||
if (FS_LoadFile( (char *) filename, NULL) != -1)
|
if (FS_LoadFile((char *) filename, NULL) != -1)
|
||||||
{
|
{
|
||||||
/* it exists, no need to download */
|
/* it exists, no need to download */
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue