summaryrefslogtreecommitdiff
path: root/mapblk.go
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-06-08 13:24:26 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-06-08 13:24:26 +0200
commitb1b4fdb9d89013d6ab915c0e911aefb17144def3 (patch)
treec81696718553bf76914dbb203ed5b88ca8b3ee54 /mapblk.go
parentb42098458a5d4566c8579c9d6042ea36aa88acf2 (diff)
switch mapblock compression to zstd
Diffstat (limited to 'mapblk.go')
-rw-r--r--mapblk.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/mapblk.go b/mapblk.go
index f40a504..c91c082 100644
--- a/mapblk.go
+++ b/mapblk.go
@@ -24,7 +24,7 @@ type MapBlk struct {
//mt:const uint8(2) // Size of param0 in bytes.
//mt:const uint8(1 + 1) // Size of param1 and param2 combined, in bytes.
- //mt:zlib
+ //mt:zstd
Param0 [4096]Content
Param1 [4096]uint8
Param2 [4096]uint8