summaryrefslogtreecommitdiff
path: root/mapblk.go
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2022-06-07 03:03:56 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2022-06-07 03:03:56 +0200
commit996670c4076e3c5cf42d05968d32712434375f18 (patch)
tree96ac7fae0559c456f61eada8fb302947cf60c10b /mapblk.go
parent65f194b07aab6e757f6efbbb5479f1a5a6ad8d4e (diff)
downloadmt-996670c4076e3c5cf42d05968d32712434375f18.tar.xz
Fix mapblock compression
Diffstat (limited to 'mapblk.go')
-rw-r--r--mapblk.go4
1 files changed, 1 insertions, 3 deletions
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.