Fixed a typo or something in the download menu.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2967 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2008-05-25 01:14:17 +00:00
parent 1678c4feb6
commit 413ef694cd
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ qboolean MD_ApplyDownloads (union menuoption_s *mo,struct menu_s *m,int key)
{ //if we don't want it but we have it anyway:
if (*p->gamedir)
{
char *fname = va("%s", p->gamedir, p->dest);
char *fname = va("%s/%s", p->gamedir, p->dest);
FS_Remove(fname, FS_BASE);
}
else