mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-02 10:48:04 +00:00
ZLIB is now always required
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef CAP_ZLIB
|
||||
#define CAP_ZLIB (MAXMDIM >= 4)
|
||||
#define CAP_ZLIB 1
|
||||
#endif
|
||||
|
||||
#define CAP_FRAMELIMIT (!ISMOBWEB)
|
||||
|
Reference in New Issue
Block a user