r5447 - trunk/data/qcsrc/menu/nexuiz

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Jan 8 03:11:31 EST 2009


Author: div0
Date: 2009-01-08 03:11:23 -0500 (Thu, 08 Jan 2009)
New Revision: 5447

Modified:
   trunk/data/qcsrc/menu/nexuiz/dialog_multiplayer_join_serverinfo.c
Log:
typo fix


Modified: trunk/data/qcsrc/menu/nexuiz/dialog_multiplayer_join_serverinfo.c
===================================================================
--- trunk/data/qcsrc/menu/nexuiz/dialog_multiplayer_join_serverinfo.c	2009-01-08 08:09:14 UTC (rev 5446)
+++ trunk/data/qcsrc/menu/nexuiz/dialog_multiplayer_join_serverinfo.c	2009-01-08 08:11:23 UTC (rev 5447)
@@ -41,7 +41,7 @@
 float SLIST_FIELD_NUMBOTS;
 float SLIST_FIELD_MOD;
 float SLIST_FIELD_PING;
-void Join_Click(entity me);
+void Join_Click(entity btn, entity me);
 #endif
 
 #ifdef IMPLEMENTATION
@@ -176,9 +176,9 @@
 			e.onClickEntity = me;
 }
 
-void Join_Click(entity me, entity dlg)
+void Join_Click(entity btn, entity me)
 {
-	localcmd("connect ", dlg.currentServerCName, "\n");
+	localcmd("connect ", me.currentServerCName, "\n");
 }
 
 #endif




More information about the nexuiz-commits mailing list