]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/network/networkprotocol.h
Add support for statbar “off state” icons (#9462)
[dragonfireclient.git] / src / network / networkprotocol.h
index 527ebba7cd729d7f95dd9c0b5561f0dd03882e55..ab924f1dbd7dedb2fd512db94f7369b1f991529a 100644 (file)
@@ -560,10 +560,10 @@ enum ToClientCommand
                u32 id
                u8 type
                v2f1000 pos
-               u32 len
+               u16 len
                u8[len] name
                v2f1000 scale
-               u32 len2
+               u16 len2
                u8[len2] text
                u32 number
                u32 item
@@ -573,6 +573,8 @@ enum ToClientCommand
                v3f1000 world_pos
                v2s32 size
                s16 z_index
+               u16 len3
+               u8[len3] text2
        */
 
        TOCLIENT_HUDRM = 0x4a,