fix a bit of sillyness pointed out by Dwayne C. Litzenberger

This commit is contained in:
Bill Currie 2001-12-05 16:29:09 +00:00
parent 7c6765df60
commit 37028cbbc8
1 changed files with 1 additions and 1 deletions

View File

@ -709,7 +709,7 @@ COM_LoadGameDirectory (const char *dir)
if (!pakfiles)
goto COM_LoadGameDirectory_free;
for (i = count; i < bufsize; i++) {
for (i = 0; i < bufsize; i++) {
pakfiles[i] = NULL;
}