r2111 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Jan 14 13:55:33 EST 2007


Author: div0
Date: 2007-01-14 13:55:33 -0500 (Sun, 14 Jan 2007)
New Revision: 2111

Modified:
   trunk/data/qcsrc/server/bots.qc
Log:
oops... respawn change affected bots


Modified: trunk/data/qcsrc/server/bots.qc
===================================================================
--- trunk/data/qcsrc/server/bots.qc	2007-01-14 17:50:21 UTC (rev 2110)
+++ trunk/data/qcsrc/server/bots.qc	2007-01-14 18:55:33 UTC (rev 2111)
@@ -1768,7 +1768,7 @@
 	// if dead, just wait until we can respawn
 	if (self.deadflag)
 	{
-		if (self.deadflag == DEAD_RESPAWNABLE)
+		if (self.deadflag == DEAD_DEAD)
 			self.button2 = 1; // press jump to respawn
 		return;
 	}




More information about the nexuiz-commits mailing list