mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 14:42:06 +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;
|
||||
|
||||
// Load all Pak1 files:
|
||||
for (i=0; foundall; i++)
|
||||
for (i=0; !foundall; i++)
|
||||
{
|
||||
|
||||
snprintf(pakfile, sizeof(pakfile), "%s/pak%i.pak", dir, i);
|
||||
|
|
Loading…
Reference in a new issue