r5098 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Nov 25 15:54:07 EST 2008


Author: div0
Date: 2008-11-25 15:54:07 -0500 (Tue, 25 Nov 2008)
New Revision: 5098

Modified:
   trunk/data/qcsrc/server/func_breakable.qc
Log:
fix bug in func_breakable, that breaks assault


Modified: trunk/data/qcsrc/server/func_breakable.qc
===================================================================
--- trunk/data/qcsrc/server/func_breakable.qc	2008-11-25 17:33:43 UTC (rev 5097)
+++ trunk/data/qcsrc/server/func_breakable.qc	2008-11-25 20:54:07 UTC (rev 5098)
@@ -166,7 +166,7 @@
 	self.mdl = self.model;
 	SetBrushEntityModel();
 	self.mins_save = self.mins;
-	self.maxs_save = self.mins;
+	self.maxs_save = self.maxs;
 
 	self.use = func_breakable_restore;
 




More information about the nexuiz-commits mailing list