mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 15:21:44 +00:00
Remove code unnecessary / redundant since last commit.
This commit is contained in:
parent
7db0a89fe1
commit
0f7790c8e3
1 changed files with 0 additions and 8 deletions
|
@ -1691,14 +1691,6 @@ FS_AddDirToSearchPath(char *dir, qboolean create) {
|
||||||
continue;
|
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)
|
switch (fs_packtypes[i].format)
|
||||||
{
|
{
|
||||||
case PAK:
|
case PAK:
|
||||||
|
|
Loading…
Reference in a new issue