mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
fix a bit of sillyness pointed out by Dwayne C. Litzenberger
This commit is contained in:
parent
7c6765df60
commit
37028cbbc8
1 changed files with 1 additions and 1 deletions
|
@ -709,7 +709,7 @@ COM_LoadGameDirectory (const char *dir)
|
||||||
if (!pakfiles)
|
if (!pakfiles)
|
||||||
goto COM_LoadGameDirectory_free;
|
goto COM_LoadGameDirectory_free;
|
||||||
|
|
||||||
for (i = count; i < bufsize; i++) {
|
for (i = 0; i < bufsize; i++) {
|
||||||
pakfiles[i] = NULL;
|
pakfiles[i] = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue