From 7785d66467ac70f01245d6fd335199eba2e5bdf6 Mon Sep 17 00:00:00 2001 From: Lamibe <43702757+Lamibe@users.noreply.github.com> Date: Sat, 1 Oct 2022 17:46:48 +0200 Subject: [PATCH] Fixed folder mods --- src/filesrch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/filesrch.c b/src/filesrch.c index ec095518e..1d5467010 100644 --- a/src/filesrch.c +++ b/src/filesrch.c @@ -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++;