diff --git a/src/Gui.h b/src/Gui.h index 15ce74dc3..ba370db0c 100644 --- a/src/Gui.h +++ b/src/Gui.h @@ -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;