Reverted r2145 per Timbo's suggestion.

This commit is contained in:
Zack Middleton 2011-08-11 20:57:39 +00:00
parent efd5f47bf6
commit 1469df546e
3 changed files with 8 additions and 41 deletions

View file

@ -248,16 +248,6 @@ static int GLimp_SetMode(int mode, qboolean fullscreen, qboolean noborder)
}
}
if( videoInfo->current_h > 0 ) {
glConfig.vidWidth = videoInfo->current_w;
glConfig.vidHeight = videoInfo->current_h;
} else {
glConfig.vidWidth = 480;
glConfig.vidHeight = 640;
ri.Printf( PRINT_ALL,
"Cannot determine display resolution, assuming 640x480\n" );
}
ri.Printf (PRINT_ALL, "...setting mode %d:", mode );
if ( !R_GetModeInfo( &glConfig.vidWidth, &glConfig.vidHeight, &glConfig.windowAspect, mode ) )