From caf08fdb7b939e72bbb49a15e06c4ce00b214a3c Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 18 Mar 2015 17:37:32 +0000 Subject: [PATCH] unzip: comment why there is no USE_INTERNAL_MINIZIP boolean option Bug: https://github.com/ioquake/ioq3/pull/116 --- code/qcommon/unzip.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/qcommon/unzip.c b/code/qcommon/unzip.c index 4fb2d3a9..b5043c19 100644 --- a/code/qcommon/unzip.c +++ b/code/qcommon/unzip.c @@ -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