From 996670c4076e3c5cf42d05968d32712434375f18 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Tue, 7 Jun 2022 03:03:56 +0200 Subject: Fix mapblock compression --- mapblk.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mapblk.go') diff --git a/mapblk.go b/mapblk.go index c91c082..dda0ef7 100644 --- a/mapblk.go +++ b/mapblk.go @@ -24,16 +24,14 @@ 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:zstd Param0 [4096]Content Param1 [4096]uint8 Param2 [4096]uint8 - //mt:end NodeMetas map[uint16]*NodeMeta // net info - //mt:const uint8(2) // version + // mt:const uint8(2) // version } // Pos2BlkPos converts a node position to a MapBlk position and index. -- cgit v1.2.3