mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-02-17 01:11:18 +00:00
quick hack to vfs
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1729 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
503eff6421
commit
1d13030916
1 changed files with 1 additions and 1 deletions
|
@ -966,8 +966,8 @@ vfsfile_t *FSZIP_OpenVFS(void *handle, flocation_t *loc, char *mode)
|
|||
{
|
||||
vfsz->startpos = rawofs;
|
||||
VFS_SEEK(zip->raw, vfsz->startpos);
|
||||
vfsz->parent->currentfile = (vfsfile_t*)vfsz;
|
||||
}
|
||||
vfsz->parent->currentfile = (vfsfile_t*)vfsz;
|
||||
|
||||
zip->references++;
|
||||
return (vfsfile_t*)vfsz;
|
||||
|
|
Loading…
Reference in a new issue