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