mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-01 06:00:45 +00:00
Fixed folder mods
This commit is contained in:
parent
55854410ac
commit
7785d66467
1 changed files with 1 additions and 0 deletions
|
@ -797,6 +797,7 @@ lumpinfo_t *getdirectoryfiles(const char *path, UINT16 *nlmp, UINT16 *nfolders)
|
|||
// The complete name of the file, with its extension,
|
||||
// excluding the path of the directory where it resides.
|
||||
lump_p->fullname = Z_StrDup(fullname);
|
||||
lump_p->hash = quickncasehash(lump_p->name, 8);
|
||||
|
||||
lump_p++;
|
||||
i++;
|
||||
|
|
Loading…
Reference in a new issue