diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/savefile.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/common/savefile.cpp b/common/savefile.cpp index 01185b6527..5333e367ae 100644 --- a/common/savefile.cpp +++ b/common/savefile.cpp @@ -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 |
