remove down arrow at bottom of addon list

This commit is contained in:
ashifolfi 2022-11-05 18:37:36 -04:00 committed by Eidolon
parent e12db019d6
commit 4c08daa01f

View file

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