mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-01-31 20:50:36 +00:00
#ifdef _EXPERIMENTAL did not include all unz* references
This commit is contained in:
parent
cc6e32b3f2
commit
4b42baa382
1 changed files with 2 additions and 2 deletions
|
@ -1613,6 +1613,8 @@ pack_t *COM_LoadPackFile (char *packfile)
|
||||||
return pack;
|
return pack;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Todo: Make This work! :)
|
||||||
|
#if defined _EXPERIMENTAL_ && GENERATIONS
|
||||||
int
|
int
|
||||||
COM_pak3_checkfile(unzFile *pak, const char *path)
|
COM_pak3_checkfile(unzFile *pak, const char *path)
|
||||||
{
|
{
|
||||||
|
@ -1686,8 +1688,6 @@ COM_pak3_readfile(unzFile *pak, const char *path, uint_t bufsize, byte_t *buf)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Todo: Make This work! :)
|
|
||||||
#if defined _EXPERIMENTAL_ && GENERATIONS
|
|
||||||
pack_t *COM_LoadQ3PackFile (char *packfile)
|
pack_t *COM_LoadQ3PackFile (char *packfile)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue