actually read servers.txt/masters.txt (I assume this was something neglected from the VFS switchover)
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2030 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
7b4b590a8e
commit
2ec98a1e80
1 changed files with 1 additions and 1 deletions
|
@ -557,7 +557,7 @@ qboolean Master_LoadMasterList (char *filename, int defaulttype, int depth)
|
|||
return false;
|
||||
depth--;
|
||||
|
||||
f = NULL;//FS_OpenVFS(filename, "rb", FS_BASE);
|
||||
f = FS_OpenVFS(filename, "rb", FS_BASE);
|
||||
if (!f)
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue