- Added loading directories into the lump directory.
- fixed: The Dehacked parser could not parse flag values with the highest bit set because it used atoi to convert the string into a number. SVN r1624 (trunk)
This commit is contained in:
parent
53899121bf
commit
627838f379
13 changed files with 681 additions and 324 deletions
|
|
@ -267,7 +267,7 @@ bool FZipFile::Open(bool quiet)
|
|||
// Resize the lump record array to its actual size
|
||||
NumLumps -= skipped;
|
||||
free(directory);
|
||||
//LumpInfo.Resize(NumLumps);
|
||||
|
||||
if (!quiet) Printf(", %d lumps\n", NumLumps);
|
||||
|
||||
// Entries in Zips are sorted alphabetically.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue