r3431 - trunk/data/qcsrc/menu/nexuiz

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Feb 26 01:40:26 EST 2008


Author: div0
Date: 2008-02-26 01:40:26 -0500 (Tue, 26 Feb 2008)
New Revision: 3431

Modified:
   trunk/data/qcsrc/menu/nexuiz/maplist.c
Log:
unfade the selected map too ([-z-])


Modified: trunk/data/qcsrc/menu/nexuiz/maplist.c
===================================================================
--- trunk/data/qcsrc/menu/nexuiz/maplist.c	2008-02-25 22:13:23 UTC (rev 3430)
+++ trunk/data/qcsrc/menu/nexuiz/maplist.c	2008-02-26 06:40:26 UTC (rev 3431)
@@ -164,7 +164,7 @@
 		return;
 
 	included = me.g_maplistCacheQuery(me, i);
-	if(included)
+	if(included || isSelected)
 		theAlpha = SKINALPHA_MAPLIST_INCLUDEDFG;
 	else
 		theAlpha = SKINALPHA_MAPLIST_NOTINCLUDEDFG;




More information about the nexuiz-commits mailing list