fix addon menu down arrow always being visible

This commit is contained in:
ashifolfi 2022-11-05 18:28:36 -04:00 committed by Eidolon
parent 19bed32e5d
commit e12db019d6

View file

@ -6682,7 +6682,7 @@ static void M_DrawAddons(void)
}
// draw down arrow that bobs down and up
if (b != sizedirmenu)
if ((b != sizedirmenu) && !(sizedirmenu < addonmenusize))
V_DrawString(19, y-12 + (skullAnimCounter/5), highlightflags, "\x1B");
// draw search box