diff options
author | Simon McVittie <smcv@debian.org> | 2015-03-18 17:37:32 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2015-06-07 12:03:35 +0100 |
commit | 00d34bbe6b0731f743677dfc7242b7b39c20f230 (patch) | |
tree | 8d8a74d25f54a593a6fdd213701602fbd1af63c8 /src | |
parent | a0677adf5b216c27436b6e2ac4653b49944c9a1e (diff) |
unzip: comment why there is no USE_INTERNAL_MINIZIP boolean option
Bug: https://github.com/ioquake/ioq3/pull/116
Diffstat (limited to 'src')
-rw-r--r-- | src/qcommon/unzip.c | 6 |
1 files changed, 6 insertions, 0 deletions
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 |