From 0f7790c8e3c18f46270644e5d2745af05dce0e5f Mon Sep 17 00:00:00 2001 From: Yamagi Date: Mon, 2 Aug 2021 09:09:31 +0200 Subject: [PATCH] Remove code unnecessary / redundant since last commit. --- src/common/filesystem.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/common/filesystem.c b/src/common/filesystem.c index 97108e0a..12e411fa 100644 --- a/src/common/filesystem.c +++ b/src/common/filesystem.c @@ -1691,14 +1691,6 @@ FS_AddDirToSearchPath(char *dir, qboolean create) { continue; } - // If the pak starts with the string 'pak' it's ignored. - // This is somewhat stupid, it would be better to ignore - // just pak%d... - if (glob_match(path, list[j])) - { - continue; - } - switch (fs_packtypes[i].format) { case PAK: