Including a statement about performance on the resolution menu.

This commit is contained in:
toasterbabe 2017-04-18 17:45:43 +01:00
parent 6d7355e9af
commit e34e8f85e2

View file

@ -8138,6 +8138,9 @@ static void M_DrawVideoMode(void)
}
else
{
V_DrawCenteredString(BASEVIDWIDTH/2, OP_VideoModeDef.y + 104,
V_YELLOWMAP, "Larger modes may have performance issues.");
M_CentreText(OP_VideoModeDef.y + 116,
va("Current mode is %c%dx%d",
(SCR_IsAspectCorrect(vid.width, vid.height)) ? 0x83 : 0x80,