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:
Daniel Gibson 2015-04-11 21:04:37 +02:00
parent 544a464eea
commit 3cd9c76052
1 changed files with 1 additions and 1 deletions

View File

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