M_Popup: some more tuning

This commit is contained in:
svdijk 2013-04-28 12:31:51 +02:00
parent 8e1bb70932
commit fa9548fcad

View file

@ -490,10 +490,10 @@ M_Popup(void)
if (width)
{
width += 2 + (width & 1);
width += 2;
x = (320 - (width + 2) * 8) / 2;
y = (240 - (lines + 2) * 8) / 2 - 28;
y = (240 - (lines + 2) * 8) / 3;
M_DrawTextBox(x, y, width, lines);
M_Print(x + 16, y + 8, m_popup_string);