mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +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…
Add table
Reference in a new issue