Menus: fix multi-line message box text not fitting in the box

This commit is contained in:
James R 2024-03-08 00:24:41 -08:00
parent bd8f1fb6bb
commit 9eeb583670

View file

@ -918,7 +918,7 @@ void M_DrawMenuMessage(void)
}
V_DrawString((BASEVIDWIDTH - V_StringWidth(string, 0))/2, y, 0, string);
y += 9;
y += 8;
}
}