mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Menus: less padding after drawer closer
This commit is contained in:
parent
d07291690d
commit
f066f10e8f
1 changed files with 4 additions and 1 deletions
|
|
@ -4532,9 +4532,12 @@ box_found:
|
|||
}
|
||||
/* FALLTHRU */
|
||||
case IT_NOTHING:
|
||||
case IT_DYBIGSPACE:
|
||||
y += SMALLLINEHEIGHT;
|
||||
break;
|
||||
|
||||
case IT_DYBIGSPACE:
|
||||
y += SMALLLINEHEIGHT/2;
|
||||
break;
|
||||
#if 0
|
||||
case IT_BIGSLIDER:
|
||||
M_DrawThermo(x, y, currentMenu->menuitems[i].itemaction.cvar);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue