mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +00:00
Including a statement about performance on the resolution menu.
This commit is contained in:
parent
6d7355e9af
commit
e34e8f85e2
1 changed files with 3 additions and 0 deletions
|
@ -8138,6 +8138,9 @@ static void M_DrawVideoMode(void)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
V_DrawCenteredString(BASEVIDWIDTH/2, OP_VideoModeDef.y + 104,
|
||||||
|
V_YELLOWMAP, "Larger modes may have performance issues.");
|
||||||
|
|
||||||
M_CentreText(OP_VideoModeDef.y + 116,
|
M_CentreText(OP_VideoModeDef.y + 116,
|
||||||
va("Current mode is %c%dx%d",
|
va("Current mode is %c%dx%d",
|
||||||
(SCR_IsAspectCorrect(vid.width, vid.height)) ? 0x83 : 0x80,
|
(SCR_IsAspectCorrect(vid.width, vid.height)) ? 0x83 : 0x80,
|
||||||
|
|
Loading…
Reference in a new issue