summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2016-05-04 19:35:23 +0200
committerSlávek Banko <slavek.banko@axis.cz>2016-05-04 19:35:29 +0200
commit3462acf56f852847f7f76d3f73193f7f62e23669 (patch)
tree7df4ee846987ebb4b1b1c9f41be7ee174d04ec01 /config.h.cmake
parent72bbacf12504a1f14cbd74c9b357af92da256481 (diff)
downloadtdegames-3462acf56f852847f7f76d3f73193f7f62e23669.tar.gz
tdegames-3462acf56f852847f7f76d3f73193f7f62e23669.zip
Fix ksokoban crashes on compressed level files
libz support seems to be broken Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.cmake b/config.h.cmake
index f4d5613a..442ddc86 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -19,8 +19,8 @@
#cmakedefine HAVE_USLEEP 1
// ksokoban
-// Permanently turned on due to required by tdelibs anyway
-#define USE_LIBZ 1
+// FIXME: libz support in ksokoban seems to be broken (2016-05-04, Fat-Zer)
+// #define USE_LIBZ 1
// libksirtet
#cmakedefine HAVE_SYS_SELECT_H 1