]> git.lizzy.rs Git - mt.git/commitdiff
Fix hud style flags type
authorElias Fleckenstein <eliasfleckenstein@web.de>
Wed, 8 Jun 2022 21:26:43 +0000 (23:26 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Wed, 8 Jun 2022 21:26:43 +0000 (23:26 +0200)
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