Skip to content
Snippets Groups Projects
Commit b93ae5a1 authored by Eidolon's avatar Eidolon
Browse files

Merge branch 'fix-addfolder' into 'next'

Fixed folder mods

Closes #889

See merge request STJr/SRB2!1820
parents 90489de5 7785d664
No related branches found
No related tags found
No related merge requests found
......@@ -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++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment