Skip to content

Commit

Permalink
- Fixed wrong number of lines displayed in the menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
drfrag666 authored and coelckers committed Oct 24, 2020
1 parent 8901929 commit 3618902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wadsrc/static/zscript/ui/menu/optionmenu.zs
Expand Up @@ -239,7 +239,7 @@ class OptionMenu : Menu

if (y <= 0)
{
y = DrawCaption(mDesc.mTitle, y, false);
y = DrawCaption(mDesc.mTitle, -y, false);
}
y *= CleanYfac_1;
int rowheight = OptionMenuSettings.mLinespacing * CleanYfac_1;
Expand Down

0 comments on commit 3618902

Please sign in to comment.