mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
remove down arrow at bottom of addon list
This commit is contained in:
parent
e12db019d6
commit
4c08daa01f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue