Render chat above HUD

This commit is contained in:
UnknownShadow200 2020-01-30 22:43:22 +11:00
parent 018f57945c
commit adac7367ef

View File

@ -137,9 +137,9 @@ enum GuiPriority {
GUI_PRIORITY_TEXIDS = 30,
GUI_PRIORITY_TOUCH = 25,
GUI_PRIORITY_INVENTORY = 20,
GUI_PRIORITY_STATUS = 15,
GUI_PRIORITY_CHAT = 15,
GUI_PRIORITY_HUD = 10,
GUI_PRIORITY_LOADING = 5,
GUI_PRIORITY_LOADING = 5
};
struct HUDScreen;