ZLIB is now always required

This commit is contained in:
Zeno Rogue 2020-03-07 12:21:25 +01:00
parent a9febe3122
commit d0f39ae9a8
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
#endif
#ifndef CAP_ZLIB
#define CAP_ZLIB (MAXMDIM >= 4)
#define CAP_ZLIB 1
#endif
#define CAP_FRAMELIMIT (!ISMOBWEB)