mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-23 12:22:26 +00:00
Fix fucking misleading comment in FS_AddGameDirectory()
that's not for *numbered* pak's, but all paks starting with "pak"!
This commit is contained in:
parent
544a464eea
commit
3cd9c76052
1 changed files with 1 additions and 1 deletions
|
@ -1318,7 +1318,7 @@ FS_AddGameDirectory(const char *dir)
|
|||
|
||||
for (j = 0; j < nfiles - 1; j++)
|
||||
{
|
||||
/* Skip numbered packs. */
|
||||
/* Skip all packs starting with "pak" */
|
||||
if (glob_match(path, list[j]))
|
||||
{
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue