r6007 - in branches/nexuiz-2.0: . data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Feb 27 00:55:09 EST 2009


Author: div0
Date: 2009-02-27 00:55:06 -0500 (Fri, 27 Feb 2009)
New Revision: 6007

Modified:
   branches/nexuiz-2.0/.patchsets
   branches/nexuiz-2.0/data/qcsrc/server/func_breakable.qc
Log:
r5978 | avirox | 2009-02-25 20:48:13 +0100 (Wed, 25 Feb 2009) | 1 line
- Oops! Fixed compiler error

Modified: branches/nexuiz-2.0/.patchsets
===================================================================
--- branches/nexuiz-2.0/.patchsets	2009-02-27 05:53:52 UTC (rev 6006)
+++ branches/nexuiz-2.0/.patchsets	2009-02-27 05:55:06 UTC (rev 6007)
@@ -1,2 +1,2 @@
 master = svn://svn.icculus.org/nexuiz/trunk
-revisions_applied = 1-5949,5952-5976,5979-5981,5989-5989,5992-6000,6002-6005
+revisions_applied = 1-5949,5952-5981,5989-5989,5992-6000,6002-6005

Modified: branches/nexuiz-2.0/data/qcsrc/server/func_breakable.qc
===================================================================
--- branches/nexuiz-2.0/data/qcsrc/server/func_breakable.qc	2009-02-27 05:53:52 UTC (rev 6006)
+++ branches/nexuiz-2.0/data/qcsrc/server/func_breakable.qc	2009-02-27 05:55:06 UTC (rev 6007)
@@ -75,7 +75,7 @@
 		setmodel(self, self.mdl_dead);
 		if (self.origin == '0 0 0')	{	// probably no origin brush, so don't spawn in the middle of the map..
 			floor_z = self.absmin_z;
-			self.origin = (self.absmax+self.absmin)*.5);
+			self.origin = ((self.absmax+self.absmin)*.5);
 			self.origin_z = floor_z;
 		}
 	}




More information about the nexuiz-commits mailing list