- Fixed wrong number of lines displayed in the menu.

This commit is contained in:
drfrag 2020-10-19 11:36:05 +02:00 committed by Christoph Oelckers
parent 8901929305
commit 36189027b0

View file

@ -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;