mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-03-21 16:31:07 +00:00
Note to self: ...test before you commit, test before you commit...
This commit is contained in:
parent
0393b88e5f
commit
b210bffd3e
1 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue