1
0
Fork 0
forked from fte/fteqw

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:
Spoike 2006-01-02 22:41:59 +00:00
parent 3c03fd6ea8
commit ab8797c4c7

View file

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