r3398 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Feb 21 21:07:40 EST 2008


Author: lordhavoc
Date: 2008-02-21 21:07:30 -0500 (Thu, 21 Feb 2008)
New Revision: 3398

Modified:
   trunk/data/qcsrc/server/cl_client.qc
Log:
whitespace


Modified: trunk/data/qcsrc/server/cl_client.qc
===================================================================
--- trunk/data/qcsrc/server/cl_client.qc	2008-02-21 23:19:13 UTC (rev 3397)
+++ trunk/data/qcsrc/server/cl_client.qc	2008-02-22 02:07:30 UTC (rev 3398)
@@ -455,7 +455,7 @@
 			defaultskin = cvar("sv_defaultplayerskin");
 		}
 	}
-	
+
 	if(defaultmodel != "")
 	{
 		if (defaultmodel != self.model)
@@ -704,7 +704,7 @@
 {
 	if(self.killindicator_teamchange)
 		ClientKill_Now_TeamChange();
-	
+
 	// in any case:
 	Damage(self, self, self, 100000, DEATH_KILL, self.origin, '0 0 0');
 }
@@ -1771,7 +1771,7 @@
 
 		//PrintWelcomeMessage(self);
 		//if (TetrisPostFrame()) return;
-	
+
 		// restart countdown
 		if(time < restart_countdown)
 		{
@@ -1781,7 +1781,7 @@
 			sec = ceil(restart_countdown-time);
 			s = strcat(NEWLINES, "^1Game starts in ", ftos(sec), " seconds");
 			centerprint(self, s);
-			self.movetype = MOVETYPE_NONE;		
+			self.movetype = MOVETYPE_NONE;
 			self.velocity = '0 0 0';
 			self.avelocity = '0 0 0';
 			self.movement = '0 0 0';




More information about the nexuiz-commits mailing list