mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 04:29:34 -04:00
cosmetic fix: align MIDI player string in menu
This commit is contained in:
parent
f1e0138a44
commit
94c8c8dcb0
@ -2440,7 +2440,7 @@ void M_DrawSetting(setup_menu_t* s)
|
|||||||
if (flags & S_NEXT_LINE)
|
if (flags & S_NEXT_LINE)
|
||||||
{
|
{
|
||||||
y += M_SPC;
|
y += M_SPC;
|
||||||
x -= width;
|
x = M_X - width - 4;
|
||||||
}
|
}
|
||||||
M_DrawMenuStringEx(flags, x, y, flags & S_CRITEM ? i : color);
|
M_DrawMenuStringEx(flags, x, y, flags & S_CRITEM ? i : color);
|
||||||
// [FG] print a blinking "arrow" next to the currently highlighted menu item
|
// [FG] print a blinking "arrow" next to the currently highlighted menu item
|
||||||
|
Loading…
x
Reference in New Issue
Block a user