r2862 - trunk/data/qcsrc/menu-div0test/nexuiz

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Oct 28 06:50:38 EDT 2007


Author: div0
Date: 2007-10-28 06:50:38 -0400 (Sun, 28 Oct 2007)
New Revision: 2862

Modified:
   trunk/data/qcsrc/menu-div0test/nexuiz/dialog_teamselect.c
   trunk/data/qcsrc/menu-div0test/nexuiz/mainwindow.c
Log:
compile before committing :P


Modified: trunk/data/qcsrc/menu-div0test/nexuiz/dialog_teamselect.c
===================================================================
--- trunk/data/qcsrc/menu-div0test/nexuiz/dialog_teamselect.c	2007-10-28 10:50:04 UTC (rev 2861)
+++ trunk/data/qcsrc/menu-div0test/nexuiz/dialog_teamselect.c	2007-10-28 10:50:38 UTC (rev 2862)
@@ -19,7 +19,7 @@
 entity makeTeamButton(string theName, vector theColor, string commandtheName)
 {
 	entity b;
-	b = makeCommandButton(theName, theColor, commandtheName, 1);
+	b = makeNexuizCommandButton(theName, theColor, commandtheName, 1);
 	return b;
 }
 

Modified: trunk/data/qcsrc/menu-div0test/nexuiz/mainwindow.c
===================================================================
--- trunk/data/qcsrc/menu-div0test/nexuiz/mainwindow.c	2007-10-28 10:50:04 UTC (rev 2861)
+++ trunk/data/qcsrc/menu-div0test/nexuiz/mainwindow.c	2007-10-28 10:50:38 UTC (rev 2862)
@@ -62,7 +62,7 @@
 		dlg.addItem(dlg, cb, '0.3 0.7 0', '0.4 0.2 0', 1);
 	me.addItem(me, dlg, '0.2 0.3 0', '0.6 0.4 0', 1);
 	
-	i = spawnTeamSelectDialog();
+	i = spawnNexuizTeamSelectDialog();
 	i.configureDialog(i);
 	me.addItem(me, i, ('1 1 0' - i.intendedWidth * eX - i.intendedHeight * eY) * 0.5, i.intendedWidth * eX + i.intendedHeight * eY, 1);
 




More information about the nexuiz-commits mailing list