mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2025-02-07 14:21:01 +00:00
unzip: comment why there is no USE_INTERNAL_MINIZIP boolean option
Bug: https://github.com/ioquake/ioq3/pull/116
This commit is contained in:
parent
0fc86e9632
commit
caf08fdb7b
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,10 @@
|
||||||
/* unzip.c -- IO for uncompress .zip files using zlib
|
/* 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
|
Version 1.01e, February 12th, 2005
|
||||||
|
|
||||||
Copyright (C) 1998-2005 Gilles Vollant
|
Copyright (C) 1998-2005 Gilles Vollant
|
||||||
|
|
Loading…
Reference in a new issue