mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-23 19:51:46 +00:00
added zlib support in the VC projects.
WARNING: re-read readme.win for instructions on getting this working on your system, since it depends on zlib being installed on your system, similar to the way mgl is done.
This commit is contained in:
parent
8f3084e923
commit
c8e95a85fd
7 changed files with 37 additions and 10 deletions
|
@ -76,6 +76,8 @@ qboolean r_fov_greater_than_90;
|
|||
|
||||
entity_t r_worldentity;
|
||||
|
||||
mplane_t frustum[4];
|
||||
|
||||
//
|
||||
// view origin
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue