We are using LZ4, got it
This commit is contained in:
parent
fb2ad713cb
commit
a4f9f90471
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue