fixed some filesystem issues with directories and compression.
This commit is contained in:
parent
efef4bdfd1
commit
273f7c55bc
10 changed files with 22 additions and 13 deletions
|
|
@ -81,7 +81,7 @@ bool OpenWHRes(FResourceFile* file, LumpFilterInfo*)
|
|||
std::string synthname = BaseName + num;
|
||||
|
||||
Entries[i].Position = offset;
|
||||
Entries[i].Length = length;
|
||||
Entries[i].CompressedSize = Entries[i].Length = length;
|
||||
Entries[i].Flags = RESFF_FULLPATH;
|
||||
Entries[i].Namespace = ns_global;
|
||||
Entries[i].ResourceID = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue