[nexuiz-commits] r7632 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Sep 5 05:54:18 EDT 2009


Author: div0
Date: 2009-09-05 05:54:17 -0400 (Sat, 05 Sep 2009)
New Revision: 7632

Modified:
   trunk/data/qcsrc/client/View.qc
Log:
fix fireball mins/maxs


Modified: trunk/data/qcsrc/client/View.qc
===================================================================
--- trunk/data/qcsrc/client/View.qc	2009-09-04 23:37:17 UTC (rev 7631)
+++ trunk/data/qcsrc/client/View.qc	2009-09-05 09:54:17 UTC (rev 7632)
@@ -268,8 +268,8 @@
 			ma = '3 3 3';
 			break;
 		case WEP_FIREBALL: // projectile has a size!
-			mi = '-8 -8 -8';
-			ma = '8 8 8';
+			mi = '-16 -16 -16';
+			ma = '16 16 16';
 			break;
 		case WEP_ELECTRO: // projectile has a size!
 			mi = '0 0 -3';



More information about the nexuiz-commits mailing list