Module dpmod: Change committed

havoc at icculus.org havoc at icculus.org
Thu Feb 20 03:53:46 EST 2003


Commiter   : havoc
CVSROOT    : /cvs/cvsroot/twilight
Module     : dpmod
Commit time: 2003-02-20 08:53:46 UTC

Log message:

calls checkinvalidteam(); now, forgot this from the mode_management.qc commit

Modified files:
     qc/client.qc

------=MIME.337e98f692d1b8710cd61c9051fc9de5
Content-Type: text/plain; name="dpmod.20030220.085346.havoc.diff"
Content-Disposition: attachment; filename="dpmod.20030220.085346.havoc.diff"
Content-Transfer-Encoding: 8bit

Index: dpmod/qc/client.qc
diff -u dpmod/qc/client.qc:1.4 dpmod/qc/client.qc:1.5
--- dpmod/qc/client.qc:1.4	Thu Feb 13 21:47:16 2003
+++ dpmod/qc/client.qc	Thu Feb 20 03:53:35 2003
@@ -1135,6 +1135,8 @@
 {
 	local   float   r, r1, r2, r3, t, a;
 
+	checkinvalidteam();
+
 	// fade pain view kick
 	a = vlen(self.punchvector);
 	if (a)


More information about the twilight-commits mailing list