mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Fix derpy menu bug
git-svn-id: https://svn.eduke32.com/eduke32@7106 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
8461fb0cb9
commit
797a724069
1 changed files with 1 additions and 1 deletions
|
@ -4397,7 +4397,7 @@ static void Menu_GetFmt(const MenuFont_t *font, uint8_t const status, int32_t *s
|
|||
*s = font->shade_deselected;
|
||||
// sum shade values
|
||||
if (status & MT_Disabled)
|
||||
s += font->shade_disabled;
|
||||
*s += font->shade_disabled;
|
||||
|
||||
if (IONMAIDEN && status & MT_Selected)
|
||||
*z += (*z >> 4);
|
||||
|
|
Loading…
Reference in a new issue