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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Dec 26 15:35:36 EST 2009


Author: div0
Date: 2009-12-26 15:35:36 -0500 (Sat, 26 Dec 2009)
New Revision: 8460

Modified:
   trunk/data/qcsrc/menu/menu.qc
Log:
remove hack for 640x480 menu in preparation of freetype (which simply does not need it)


Modified: trunk/data/qcsrc/menu/menu.qc
===================================================================
--- trunk/data/qcsrc/menu/menu.qc	2009-12-26 20:29:34 UTC (rev 8459)
+++ trunk/data/qcsrc/menu/menu.qc	2009-12-26 20:35:36 UTC (rev 8460)
@@ -70,6 +70,7 @@
 	}
 	screenconwidth = conwidth;
 	screenconheight = conheight;
+#if 0
 	if(conwidth < 600 * MENU_ASPECT)
 	{
 		conheight *= 600 * MENU_ASPECT / conwidth;
@@ -80,6 +81,7 @@
 		conwidth *= 600 / conheight;
 		conheight = 600;
 	}
+#endif
 	if(main)
 	{
 		if(conwidth_s != conwidth || conheight_s != conheight)



More information about the nexuiz-commits mailing list