mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
filesystem: dir: fix merging existing cache with new directory entries
This commit is contained in:
parent
ac59f25375
commit
3d71e5d111
@ -164,8 +164,8 @@ static void FS_MergeDirEntries( dir_t *dir, const stringlist_t *list )
|
||||
}
|
||||
|
||||
// found directory, move all entries
|
||||
temp.entries[j].numentries = dir->entries[j].numentries;
|
||||
temp.entries[j].entries = dir->entries[j].entries;
|
||||
temp.entries[j].numentries = dir->entries[i].numentries;
|
||||
temp.entries[j].entries = dir->entries[i].entries;
|
||||
}
|
||||
|
||||
// now we can free old tree and replace it with temporary
|
||||
|
Loading…
x
Reference in New Issue
Block a user