r3214 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jan 21 14:52:40 EST 2008


Author: avirox
Date: 2008-01-21 14:52:40 -0500 (Mon, 21 Jan 2008)
New Revision: 3214

Modified:
   trunk/data/qcsrc/server/mode_onslaught.qc
Log:
 - onslaught_generator now activates its targets on spawn (this is so spawn points linked to the generator are set here..)

Modified: trunk/data/qcsrc/server/mode_onslaught.qc
===================================================================
--- trunk/data/qcsrc/server/mode_onslaught.qc	2008-01-21 19:38:46 UTC (rev 3213)
+++ trunk/data/qcsrc/server/mode_onslaught.qc	2008-01-21 19:52:40 UTC (rev 3214)
@@ -304,6 +304,11 @@
 	setorigin(e, self.origin);
 	e.colormap = self.colormap;
 	e.team = self.team;
+
+	// use our "target"s (spawn points linked to generator for Morphed..)
+	activator = self;
+	SUB_UseTargets();
+
 	self.think = onslaught_generator_delayed;
 	self.nextthink = time + 0.2;
 };




More information about the nexuiz-commits mailing list