#ifdef _EXPERIMENTAL did not include all unz* references

This commit is contained in:
Loring Holden 2000-01-26 18:56:26 +00:00
parent cc6e32b3f2
commit 4b42baa382

View file

@ -1613,6 +1613,8 @@ pack_t *COM_LoadPackFile (char *packfile)
return pack;
}
// Todo: Make This work! :)
#if defined _EXPERIMENTAL_ && GENERATIONS
int
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)
{