mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 12:11:25 +00:00
- re-enabled code block commented out for testing.
This commit is contained in:
parent
e53fc83ef2
commit
8357f2b16b
1 changed files with 1 additions and 3 deletions
|
@ -62,7 +62,7 @@ class MessageBoxMenu : Menu
|
|||
mMouseLeft = 140;
|
||||
mMouseY = 0x80000000;
|
||||
|
||||
//if (generic_ui)
|
||||
if (generic_ui)
|
||||
{
|
||||
arrowFont = textFont = NewSmallFont;
|
||||
int factor = (CleanXfac+1) / 2;
|
||||
|
@ -70,7 +70,6 @@ class MessageBoxMenu : Menu
|
|||
destHeight = screen.GetHeight() / factor;
|
||||
selector = "▶";
|
||||
}
|
||||
/*
|
||||
else
|
||||
{
|
||||
textFont = AlternativeSmallFont;
|
||||
|
@ -79,7 +78,6 @@ class MessageBoxMenu : Menu
|
|||
destHeight = CleanHeight;
|
||||
selector = "\xd";
|
||||
}
|
||||
*/
|
||||
|
||||
int mr1 = destWidth/2 + 10 + textFont.StringWidth(Stringtable.Localize("$TXT_YES"));
|
||||
int mr2 = destWidth/2 + 10 + textFont.StringWidth(Stringtable.Localize("$TXT_NO"));
|
||||
|
|
Loading…
Reference in a new issue