mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-21 11:01:12 +00:00
This isn't funny.. Typo fixed.
This commit is contained in:
parent
b210bffd3e
commit
7bc3e61e27
1 changed files with 1 additions and 1 deletions
|
@ -638,7 +638,7 @@ void COM_LoadGameDirectory(char *dir)
|
||||||
int foundall = 0;
|
int foundall = 0;
|
||||||
|
|
||||||
// Load all Pak1 files:
|
// Load all Pak1 files:
|
||||||
for (i=0; foundall; i++)
|
for (i=0; !foundall; i++)
|
||||||
{
|
{
|
||||||
|
|
||||||
snprintf(pakfile, sizeof(pakfile), "%s/pak%i.pak", dir, i);
|
snprintf(pakfile, sizeof(pakfile), "%s/pak%i.pak", dir, i);
|
||||||
|
|
Loading…
Reference in a new issue