Skip to content
Snippets Groups Projects
Commit 7785d664 authored by Lamibe's avatar Lamibe
Browse files

Fixed folder mods

parent 55854410
Branches
No related tags found
1 merge request!1820Fixed folder mods
...@@ -797,6 +797,7 @@ lumpinfo_t *getdirectoryfiles(const char *path, UINT16 *nlmp, UINT16 *nfolders) ...@@ -797,6 +797,7 @@ lumpinfo_t *getdirectoryfiles(const char *path, UINT16 *nlmp, UINT16 *nfolders)
// The complete name of the file, with its extension, // The complete name of the file, with its extension,
// excluding the path of the directory where it resides. // excluding the path of the directory where it resides.
lump_p->fullname = Z_StrDup(fullname); lump_p->fullname = Z_StrDup(fullname);
lump_p->hash = quickncasehash(lump_p->name, 8);
lump_p++; lump_p++;
i++; i++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment