[nexuiz-commits] r6652 - branches/nexuiz-2.0/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon May 4 03:36:10 EDT 2009


Author: div0
Date: 2009-05-04 03:36:08 -0400 (Mon, 04 May 2009)
New Revision: 6652

Modified:
   branches/nexuiz-2.0/data/qcsrc/server/func_breakable.qc
Log:
oops... wrong merge :P


Modified: branches/nexuiz-2.0/data/qcsrc/server/func_breakable.qc
===================================================================
--- branches/nexuiz-2.0/data/qcsrc/server/func_breakable.qc	2009-05-04 06:57:00 UTC (rev 6651)
+++ branches/nexuiz-2.0/data/qcsrc/server/func_breakable.qc	2009-05-04 07:36:08 UTC (rev 6652)
@@ -144,7 +144,7 @@
 	activator = self.owner;
 
 	// now throw around the debris
-	n = tokenize_sane(self.debris);
+	n = tokenize_console(self.debris);
 	for(i = 0; i < n; ++i)
 		LaunchDebris(argv(i), debrisforce);
 



More information about the nexuiz-commits mailing list