mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-27 06:13:01 +00:00
Use correct fallback height and width for r_mode -2.
This commit is contained in:
parent
42d3ff8d1d
commit
1aaf9d3e7b
1 changed files with 2 additions and 2 deletions
|
@ -260,8 +260,8 @@ static int GLimp_SetMode(int mode, qboolean fullscreen, qboolean noborder)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
glConfig.vidWidth = 480;
|
glConfig.vidWidth = 640;
|
||||||
glConfig.vidHeight = 640;
|
glConfig.vidHeight = 480;
|
||||||
ri.Printf( PRINT_ALL,
|
ri.Printf( PRINT_ALL,
|
||||||
"Cannot determine display resolution, assuming 640x480\n" );
|
"Cannot determine display resolution, assuming 640x480\n" );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue