unzip: comment why there is no USE_INTERNAL_MINIZIP boolean option

Bug: https://github.com/ioquake/ioq3/pull/116
This commit is contained in:
Simon McVittie 2015-03-18 17:37:32 +00:00
parent 0fc86e9632
commit caf08fdb7b
1 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,10 @@
/* unzip.c -- IO for uncompress .zip files using zlib
Modified for Quake III Arena to use the Z_Malloc() memory pool;
this means a system copy of minizip is not a suitable replacement.
Based on minizip:
Version 1.01e, February 12th, 2005
Copyright (C) 1998-2005 Gilles Vollant