]> git.lizzy.rs Git - mt.git/blobdiff - tocltcmds.go
Fix hud style flags type
[mt.git] / tocltcmds.go
index 09cc358d3e58283a10a64ff7083363a67befdcf2..0ac771613ac15ce779d12868e90e29867f5b9da2 100644 (file)
@@ -123,7 +123,7 @@ func (cmd ToCltKick) String() (msg string) {
 type ToCltBlkData struct {
        Blkpos [3]int16
        //mt:zstd
-       Blk    MapBlk
+       Blk MapBlk
        //mt:end
 }
 
@@ -431,7 +431,7 @@ type HUD struct {
        Size     [2]int32
        ZIndex   int16
        Text2    string
-       Style uint32
+       Style    HUDStyleFlags
 }
 
 type HUDID uint32