mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
- option menu positioning fix.
This commit is contained in:
parent
7dda316391
commit
5abc5c0509
2 changed files with 2 additions and 1 deletions
|
@ -725,6 +725,8 @@ xx(Loadgamemenu)
|
|||
xx(Savegamemenu)
|
||||
xx(Readthismenu)
|
||||
xx(Optionsmenu)
|
||||
xx(OptionsmenuSimple)
|
||||
xx(OptionsmenuFull)
|
||||
xx(Quitmenu)
|
||||
xx(Savemenu)
|
||||
xx(Playermenu)
|
||||
|
|
|
@ -241,7 +241,6 @@ class OptionMenu : Menu
|
|||
{
|
||||
y = DrawCaption(mDesc.mTitle, -y, false);
|
||||
}
|
||||
y *= CleanYfac_1;
|
||||
int rowheight = OptionMenuSettings.mLinespacing * CleanYfac_1;
|
||||
int maxitems = (screen.GetHeight() - rowheight - y) / rowheight + 1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue