Note to self: ...test before you commit, test before you commit...

This commit is contained in:
Joseph Carter 2000-02-02 05:10:56 +00:00
parent 0393b88e5f
commit b210bffd3e

View file

@ -646,11 +646,13 @@ void COM_LoadGameDirectory(char *dir)
pak = COM_LoadPackFile(pakfile);
if(!pak)
foundall = 1;
search = Hunk_Alloc (sizeof(searchpath_t));
search->pack = pak;
search->next = com_searchpaths;
com_searchpaths = search;
else
{
search = Hunk_Alloc (sizeof(searchpath_t));
search->pack = pak;
search->next = com_searchpaths;
com_searchpaths = search;
}
}
#if defined _EXPERIMENTAL_ && GENERATIONS