diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-02-12 10:05:32 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-02-12 10:05:32 +0000 |
commit | 2940e0d323d94dd53d244b408d93dec33b05b563 (patch) | |
tree | 58267cd3d9092e9c49d5e80f9c6fc4388cdf072a /code | |
parent | 3e3137f445a062c0708a444700ee971864391878 (diff) | |
download | ioquake3-aero-2940e0d323d94dd53d244b408d93dec33b05b563.tar.gz ioquake3-aero-2940e0d323d94dd53d244b408d93dec33b05b563.zip |
* See bug #2583
git-svn-id: svn://svn.icculus.org/quake3/trunk@538 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code')
-rw-r--r-- | code/q3_ui/ui_atoms.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/code/q3_ui/ui_atoms.c b/code/q3_ui/ui_atoms.c index f361820..3ae12e0 100644 --- a/code/q3_ui/ui_atoms.c +++ b/code/q3_ui/ui_atoms.c @@ -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 |