r5366 - trunk/data/qcsrc/menu/nexuiz

esteel at icculus.org esteel at icculus.org
Wed Dec 31 08:33:05 EST 2008


Author: esteel
Date: 2008-12-31 08:33:04 -0500 (Wed, 31 Dec 2008)
New Revision: 5366

Modified:
   trunk/data/qcsrc/menu/nexuiz/dialog_teamselect.c
Log:
changed the AUTO-join button text a bit in hopes it will help people to realise they SHOULD use this one instead of the others.  Too bad this is part of the menu code, not csqc so they will not see it before the next release


Modified: trunk/data/qcsrc/menu/nexuiz/dialog_teamselect.c
===================================================================
--- trunk/data/qcsrc/menu/nexuiz/dialog_teamselect.c	2008-12-31 12:00:01 UTC (rev 5365)
+++ trunk/data/qcsrc/menu/nexuiz/dialog_teamselect.c	2008-12-31 13:33:04 UTC (rev 5366)
@@ -37,7 +37,7 @@
 void fillNexuizTeamSelectDialog(entity me)
 {
 	me.TR(me);
-		me.TD(me, 2, 4, makeTeamButton("auto", '0 0 0', "cmd selectteam auto; cmd join"));
+		me.TD(me, 2, 4, makeTeamButton("join 'best' team (auto-select)", '0 0 0', "cmd selectteam auto; cmd join"));
 	me.TR(me);
 	me.TR(me);
 		me.TD(me, 2, 1, me.team1 = makeTeamButton("red", '1 0.5 0.5', "cmd selectteam red; cmd join"));




More information about the nexuiz-commits mailing list