Fixed bug that caused:

Error: Not enough RAM allocated.  Try starting using "-mem 16" or higher
Quakefs.c
This commit is contained in:
Eric Windisch 2000-02-02 05:01:07 +00:00
parent 668fcd2143
commit b1af7c3e37

View file

@ -644,6 +644,7 @@ void COM_LoadGameDirectory(char *dir)
pak = COM_LoadPackFile(pakfile);
if(!pak)
break;
search = Hunk_Alloc (sizeof(searchpath_t));
search->pack = pak;