mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-02-02 03:11:22 +00:00
- fixed messagebox correctly.
This commit is contained in:
parent
2663414f72
commit
6210a67f85
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class MessageBoxMenu : Menu
|
||||||
int mr2 = 170 + SmallFont.StringWidth(Stringtable.Localize("$TXT_NO"));
|
int mr2 = 170 + SmallFont.StringWidth(Stringtable.Localize("$TXT_NO"));
|
||||||
mMouseRight = MAX(mr1, mr2);
|
mMouseRight = MAX(mr1, mr2);
|
||||||
mParentMenu = parent;
|
mParentMenu = parent;
|
||||||
mMessage = SmallFont.BreakLines(message, 300);
|
mMessage = SmallFont.BreakLines(Stringtable.Localize(message), 300);
|
||||||
mMessageMode = messagemode;
|
mMessageMode = messagemode;
|
||||||
if (playsound)
|
if (playsound)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue