From a4f9f90471abab91853a13461fafbc0272ccec23 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Sun, 19 Oct 2025 09:40:45 -0400 Subject: [PATCH] We are using LZ4, got it --- src/doomdef.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/doomdef.h b/src/doomdef.h index ebf0fcb4e..e1e6c5f4e 100644 --- a/src/doomdef.h +++ b/src/doomdef.h @@ -209,11 +209,11 @@ extern char logfilename[1024]; // if theres no ZLib then use LZF // ZLib Options -#define ZLIB_LEVEL 5 +//#define ZLIB_LEVEL 5 // LZ4 Options -//#define USE_LZ4 // Use LZ4 for network savegame compression -//#define LZ4_ACCEL 1 +#define USE_LZ4 // Use LZ4 for network savegame compression +#define LZ4_ACCEL 1 // surely nobody's gonna change the palette a second time :Clueless: #define FADECOLOR 0 // 120