vfs stuff.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1768 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
3c03fd6ea8
commit
ab8797c4c7
1 changed files with 1 additions and 1 deletions
|
@ -983,7 +983,7 @@ void MasterInfo_ProcessHTTP(char *name, qboolean success)
|
|||
}
|
||||
}
|
||||
|
||||
Sys_remove(va("%s/%s", com_gamedir, name));
|
||||
FS_Remove(name, FS_GAME);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue