1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-07 16:48:40 +00:00

Generalize hud_builtin_enable into hud_set_flags

This commit is contained in:
kwolekr 2013-04-25 19:27:22 -04:00
parent d83602d98e
commit d3f0ce6224
12 changed files with 85 additions and 107 deletions

View file

@ -474,11 +474,11 @@ enum ToClientCommand
u32 data]
*/
TOCLIENT_HUD_BUILTIN_ENABLE = 0x4c,
TOCLIENT_HUD_SET_FLAGS = 0x4c,
/*
u16 command
u8 id
u8 flag
u32 flags
u32 mask
*/
};