This isn't funny.. Typo fixed.

This commit is contained in:
Joseph Carter 2000-02-02 05:33:23 +00:00
parent b210bffd3e
commit 7bc3e61e27

View file

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