diff options
author | Alexander Golubev <[email protected]> | 2016-05-04 19:35:23 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-05-04 19:35:29 +0200 |
commit | 3462acf56f852847f7f76d3f73193f7f62e23669 (patch) | |
tree | 7df4ee846987ebb4b1b1c9f41be7ee174d04ec01 /config.h.cmake | |
parent | 72bbacf12504a1f14cbd74c9b357af92da256481 (diff) | |
download | tdegames-3462acf56f852847f7f76d3f73193f7f62e23669.tar.gz tdegames-3462acf56f852847f7f76d3f73193f7f62e23669.zip |
Fix ksokoban crashes on compressed level files
libz support seems to be broken
Signed-off-by: Alexander Golubev <[email protected]>
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 4 |
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 |