Fix ksokoban crashes on compressed level files

libz support seems to be broken

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
pull/1/head
Alexander Golubev 8 years ago committed by Slávek Banko
parent 72bbacf125
commit 3462acf56f

@ -19,8 +19,8 @@
#cmakedefine HAVE_USLEEP 1 #cmakedefine HAVE_USLEEP 1
// ksokoban // ksokoban
// Permanently turned on due to required by tdelibs anyway // FIXME: libz support in ksokoban seems to be broken (2016-05-04, Fat-Zer)
#define USE_LIBZ 1 // #define USE_LIBZ 1
// libksirtet // libksirtet
#cmakedefine HAVE_SYS_SELECT_H 1 #cmakedefine HAVE_SYS_SELECT_H 1

@ -14,7 +14,7 @@ include_directories(
${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR}
) )
add_definitions( -DUSE_LIBZ ) # add_definitions( -DUSE_LIBZ )
# FIXME: that should potentialy break the cross # FIXME: that should potentialy break the cross
# compilation, If it is possible in # compilation, If it is possible in

Loading…
Cancel
Save