[Scummvm-cvs-logs] CVS: scummvm/common savefile.cpp,1.7,1.8
Max Horn
fingolfin at users.sourceforge.net
Tue Dec 9 16:16:05 CET 2003
Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv23762/common
Modified Files:
savefile.cpp
Log Message:
detect zlib in configure script; use it by default, if available
Index: savefile.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/savefile.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- savefile.cpp 30 Nov 2003 00:43:01 -0000 1.7
+++ savefile.cpp 10 Dec 2003 00:15:18 -0000 1.8
@@ -23,15 +23,6 @@
#include "common/util.h"
#include "common/savefile.h"
-
-// FIXME HACK
-// Enable this to activate transparent zlib compression of all savegames
-// Note that doing that makes ScummVM produce savegames which can't trivially
-// be read by non-zlib enabled versions. However, one can always decompress
-// such a savegame by using gzip, so this shouldn't be a bad problem.
-//#define USE_ZLIB
-
-
#ifdef USE_ZLIB
#include <zlib.h>
#endif
More information about the Scummvm-git-logs
mailing list