r2432 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Apr 30 19:38:30 EDT 2007


Author: div0
Date: 2007-04-30 19:38:29 -0400 (Mon, 30 Apr 2007)
New Revision: 2432

Modified:
   trunk/data/qcsrc/server/keyhunt.qc
Log:
don't do stuff in intermission


Modified: trunk/data/qcsrc/server/keyhunt.qc
===================================================================
--- trunk/data/qcsrc/server/keyhunt.qc	2007-04-30 23:27:53 UTC (rev 2431)
+++ trunk/data/qcsrc/server/keyhunt.qc	2007-04-30 23:38:29 UTC (rev 2432)
@@ -55,6 +55,8 @@
 void kh_Controller_Think()
 {
 	entity e;
+	if(intermission_running)
+		return;
 	if(self.cnt > 0)
 	{
 		if(kh_Controller_Waitmsg != "")




More information about the nexuiz-commits mailing list