[nexuiz-commits] r8429 - trunk/data/qcsrc/menu

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Dec 19 17:03:48 EST 2009


Author: div0
Date: 2009-12-19 17:03:45 -0500 (Sat, 19 Dec 2009)
New Revision: 8429

Modified:
   trunk/data/qcsrc/menu/menu.qc
Log:
oops... 4% more width because I had done 6:5 and not 5:4


Modified: trunk/data/qcsrc/menu/menu.qc
===================================================================
--- trunk/data/qcsrc/menu/menu.qc	2009-12-19 19:49:22 UTC (rev 8428)
+++ trunk/data/qcsrc/menu/menu.qc	2009-12-19 22:03:45 UTC (rev 8429)
@@ -40,7 +40,7 @@
 	}
 }
 
-float MENU_ASPECT = 1.2; // 1280x1024
+float MENU_ASPECT = 1.25; // 1280x1024
 float conwidth_s, conheight_s, realconwidth, realconheight, screenconwidth, screenconheight;
 void draw_reset_cropped()
 {



More information about the nexuiz-commits mailing list