fs_cache fixed again, hopefully
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1259 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
22fe0fca45
commit
b2494e4bc6
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ qboolean FSOS_FLocate(void *handle, flocation_t *loc, char *filename, void *hash
|
|||
char netpath[MAX_OSPATH];
|
||||
|
||||
|
||||
if (hashedresult && (void *)hashedresult != (void *)filename)
|
||||
if (hashedresult && (void *)hashedresult != handle)
|
||||
return -1;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue