Searched refs:packfile (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dcommon.cpp45 // if a packfile directory differs from this, it is assumed to be hacked
1527 If the requested file is inside a packfile, a new FILE * will be opened
1652 pack_t *COM_LoadPackFile (const char *packfile) argument
1663 if (Sys_FileOpenRead (packfile, &packhandle) == -1)
1665 // Con_Printf ("Couldn't open %s\n", packfile);
1671 Sys_Error ("%s is not a packfile", packfile);
1678 Sys_Error ("%s has %i files", packfile, numpackfiles);
1683 newfiles = (packfile_t*) Hunk_AllocName (numpackfiles * sizeof(packfile_t), "packfile");
1704 strcpy (pack->filename, packfile);
[all...]
/external/quake/quake/src/QW/client/
H A Dcommon.c53 // if a packfile directory differs from this, it is assumed to be hacked
1642 pack_t *COM_LoadPackFile (char *packfile) argument
1653 if (COM_FileOpenRead (packfile, &packhandle) == -1)
1659 Sys_Error ("%s is not a packfile", packfile);
1666 Sys_Error ("%s has %i files", packfile, numpackfiles);
1694 strcpy (pack->filename, packfile);
1699 Con_Printf ("Added packfile %s (%i files)\n", packfile, numpackfiles);

Completed in 49 milliseconds