IOQ3 commit 2312

This commit is contained in:
Richard Allen 2012-10-04 16:04:07 +00:00
parent 661298c948
commit 634b607f2d
1 changed files with 2 additions and 2 deletions

View File

@ -260,8 +260,8 @@ static int GLimp_SetMode(int mode, qboolean fullscreen, qboolean noborder)
}
else
{
glConfig.vidWidth = 480;
glConfig.vidHeight = 640;
glConfig.vidWidth = 640;
glConfig.vidHeight = 480;
ri.Printf( PRINT_ALL,
"Cannot determine display resolution, assuming 640x480\n" );
}