r4293 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Sep 2 12:46:41 EDT 2008


Author: div0
Date: 2008-09-02 12:46:41 -0400 (Tue, 02 Sep 2008)
New Revision: 4293

Modified:
   trunk/data/qcsrc/server/t_plats.qc
Log:
fix inverted condition in func_door_secret


Modified: trunk/data/qcsrc/server/t_plats.qc
===================================================================
--- trunk/data/qcsrc/server/t_plats.qc	2008-09-02 16:44:54 UTC (rev 4292)
+++ trunk/data/qcsrc/server/t_plats.qc	2008-09-02 16:46:41 UTC (rev 4293)
@@ -1252,6 +1252,9 @@
 	self.speed = 50;
 	self.use = fd_secret_use;
 	IFTARGETED
+	{
+	}
+	else
 		self.spawnflags |= SECRET_YES_SHOOT;
 
 	if(self.spawnflags&SECRET_YES_SHOOT)




More information about the nexuiz-commits mailing list