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
|
|
@ -88,7 +88,7 @@ static bool OpenGrp(FResourceFile* file, LumpFilterInfo* filter)
|
|||
for(uint32_t i = 0; i < NumLumps; i++)
|
||||
{
|
||||
Entries[i].Position = Position;
|
||||
Entries[i].Length = LittleLong(fileinfo[i].Size);
|
||||
Entries[i].CompressedSize = Entries[i].Length = LittleLong(fileinfo[i].Size);
|
||||
Position += fileinfo[i].Size;
|
||||
Entries[i].Flags = 0;
|
||||
Entries[i].Namespace = ns_global;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue