mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix the vertical position of %d ADD-ON(S) LOADED if there are a limited number of add-on results
This commit is contained in:
parent
49f7552009
commit
9d26fa2040
1 changed files with 5 additions and 0 deletions
|
|
@ -4361,6 +4361,11 @@ void M_DrawAddons(void)
|
|||
if (m != (ssize_t)sizedirmenu)
|
||||
V_DrawString(19, y-12 + (skullAnimCounter/5), highlightflags, "\x1B");
|
||||
|
||||
if (m < (2*numaddonsshown + 1))
|
||||
{
|
||||
y += ((2*numaddonsshown + 1)-m)*addonsseperation;
|
||||
}
|
||||
|
||||
y -= 2;
|
||||
|
||||
V_DrawSmallScaledPatch(x, y, ((!majormods) ? 0 : V_TRANSLUCENT), addonsp[NUM_EXT+4]);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue