From 6d44ad8335aa249d897aafa0e0b0b4dd3a87d1f8 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Wed, 8 Jun 2022 23:26:43 +0200 Subject: Fix hud style flags type --- tocltcmds.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tocltcmds.go') diff --git a/tocltcmds.go b/tocltcmds.go index 09cc358..0ac7716 100644 --- a/tocltcmds.go +++ b/tocltcmds.go @@ -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 -- cgit v1.2.3