This commit is contained in:
Tim Angus 2006-02-12 10:05:32 +00:00
parent 1911b2a45a
commit 3e803b40d2
1 changed files with 1 additions and 0 deletions

View File

@ -1073,6 +1073,7 @@ void UI_Init( void ) {
if ( uis.glconfig.vidWidth * 480 > uis.glconfig.vidHeight * 640 ) {
// wide screen
uis.bias = 0.5 * ( uis.glconfig.vidWidth - ( uis.glconfig.vidHeight * (640.0/480.0) ) );
uis.xscale = uis.yscale;
}
else {
// no wide screen