r135 - trunk/menu/nexuiz

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jan 26 02:48:34 EST 2009


Author: vermeulen
Date: 2009-01-26 02:48:34 -0500 (Mon, 26 Jan 2009)
New Revision: 135

Modified:
   trunk/menu/nexuiz/dialog_infoscreen.c
Log:


Modified: trunk/menu/nexuiz/dialog_infoscreen.c
===================================================================
--- trunk/menu/nexuiz/dialog_infoscreen.c	2009-01-21 03:08:32 UTC (rev 134)
+++ trunk/menu/nexuiz/dialog_infoscreen.c	2009-01-26 07:48:34 UTC (rev 135)
@@ -22,11 +22,9 @@
 void fillNexuizInfoScreenDialog(entity me)
 {
 	me.TR(me);
-	me.TD(me, 1, 1, me.text1 = makeNexuizTextLabel(0, "- Pick up Jetpack at the first base"));
+	me.TD(me, 1, 1, me.text1 = makeNexuizTextLabel(0, "- Destroy the 5 power stations"));
 	me.TR(me);
-	me.TD(me, 1, 1, me.text1 = makeNexuizTextLabel(0, "- Capture the 5 enemy bases shown on map"));
 	me.TR(me);
-	me.TR(me);
 	me.TDempty(me, (me.columns - 1) / 2);
 	me.TD(me, 2, 1, me.okay1 = makeNexuizCommandButton("Start", '1 1 1', "cmd join\n",1));
 }




More information about the zymotic-commits mailing list