r3964 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jul 28 08:01:58 EDT 2008


Author: blub0
Date: 2008-07-28 08:01:56 -0400 (Mon, 28 Jul 2008)
New Revision: 3964

Modified:
   trunk/data/qcsrc/client/Main.qc
   trunk/data/qcsrc/client/sbar.qc
Log:
removed a debug print, and some out-dated commented-out stuff


Modified: trunk/data/qcsrc/client/Main.qc
===================================================================
--- trunk/data/qcsrc/client/Main.qc	2008-07-28 10:11:03 UTC (rev 3963)
+++ trunk/data/qcsrc/client/Main.qc	2008-07-28 12:01:56 UTC (rev 3964)
@@ -355,7 +355,6 @@
 	} else if(self.enttype == ENT_CLIENT_SCORES)
 	{
 		entity tm;
-		print("lost a client score\n");
 		tm = GetTeam(self.team, false);
 		tm.team_size -= 1;
 		RemovePlayer(self);

Modified: trunk/data/qcsrc/client/sbar.qc
===================================================================
--- trunk/data/qcsrc/client/sbar.qc	2008-07-28 10:11:03 UTC (rev 3963)
+++ trunk/data/qcsrc/client/sbar.qc	2008-07-28 12:01:56 UTC (rev 3964)
@@ -292,12 +292,6 @@
 	print("of game types, then a slash, to make the field show up only in these\n");
 	print("or in all but these game types.\n");
 
-/*
-	print("^3caps^7 or ^3captures^7         Number of flags captured\n");
-	print("^3rets^7 or ^3returns^7          Number of flags returned\n");
-	print("^3frags^7 or ^3kills^7           Frags\n");
-	print("^3deaths^7 or ^3dths^7           Number of deaths\n");
-	*/
 	local float i;
 	print("Additional columns:\n");
 	for(i = 0; i < MAX_SCORE; ++i)
@@ -313,15 +307,6 @@
 string Sbar_DefaultColumnLayout()
 {
 	return "ping name | -ctf,kh/kills -ctf,kh/deaths +lms/lives +lms/rank +kh,ctf/caps +kh/pushes +kh/destroyed -lms/score";
-	/*
-	switch(gametype)
-	{
-		case GAME_CTF: return "ping name | caps score";
-		case GAME_KEYHUNT: return "ping name | caps kills score";
-		default: return "ping name | score";
-			// TODO: add other gametypes
-	}
-	*/
 }
 
 void Cmd_Sbar_SetFields(float argc)




More information about the nexuiz-commits mailing list