mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 10:11:04 +00:00
- fixed startup.
This commit is contained in:
parent
266dc9e04e
commit
5b1036093c
4 changed files with 13 additions and 12 deletions
|
@ -218,7 +218,6 @@ bool FZipFile::Open(bool quiet)
|
|||
|
||||
int len = LittleShort(zip_fh->NameLength);
|
||||
FString name(dirptr + sizeof(FZipCentralDirectoryInfo), len);
|
||||
if (name.IsNotEmpty()) name = name.Mid(name.Len());
|
||||
dirptr += sizeof(FZipCentralDirectoryInfo) +
|
||||
LittleShort(zip_fh->NameLength) +
|
||||
LittleShort(zip_fh->ExtraLength) +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue