r2372 - branches/nexuiz-2.0/data/qcsrc/server trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Apr 20 20:31:13 EDT 2007


Author: kadaverjack
Date: 2007-04-20 20:31:13 -0400 (Fri, 20 Apr 2007)
New Revision: 2372

Modified:
   branches/nexuiz-2.0/data/qcsrc/server/ctf.qc
   trunk/data/qcsrc/server/ctf.qc
Log:
reset the flag's angles when carried


Modified: branches/nexuiz-2.0/data/qcsrc/server/ctf.qc
===================================================================
--- branches/nexuiz-2.0/data/qcsrc/server/ctf.qc	2007-04-20 23:24:36 UTC (rev 2371)
+++ branches/nexuiz-2.0/data/qcsrc/server/ctf.qc	2007-04-21 00:31:13 UTC (rev 2372)
@@ -247,6 +247,7 @@
 		self.owner = other;
 		other.flagcarried = self;
 		self.cnt = FLAG_CARRY;
+		self.angles = '0 0 0';
 		bprint(other.netname, "^7 got the ", self.netname, "\n");
 		UpdateFrags(other, cvar("g_ctf_flagscore_pickup"));
 		LogCTF("steal", self.team, other);

Modified: trunk/data/qcsrc/server/ctf.qc
===================================================================
--- trunk/data/qcsrc/server/ctf.qc	2007-04-20 23:24:36 UTC (rev 2371)
+++ trunk/data/qcsrc/server/ctf.qc	2007-04-21 00:31:13 UTC (rev 2372)
@@ -247,6 +247,7 @@
 		self.owner = other;
 		other.flagcarried = self;
 		self.cnt = FLAG_CARRY;
+		self.angles = '0 0 0';
 		bprint(other.netname, "^7 got the ", self.netname, "\n");
 		UpdateFrags(other, cvar("g_ctf_flagscore_pickup"));
 		LogCTF("steal", self.team, other);




More information about the nexuiz-commits mailing list