Remove code unnecessary / redundant since last commit.

This commit is contained in:
Yamagi 2021-08-02 09:09:31 +02:00
parent 7db0a89fe1
commit 0f7790c8e3
1 changed files with 0 additions and 8 deletions

View File

@ -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: