r4170 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Aug 24 11:02:39 EDT 2008


Author: div0
Date: 2008-08-24 11:02:38 -0400 (Sun, 24 Aug 2008)
New Revision: 4170

Modified:
   trunk/data/qcsrc/client/hook.qc
Log:
use "particles/hookbeam" for the grappling hook beam. Currently does not exist.


Modified: trunk/data/qcsrc/client/hook.qc
===================================================================
--- trunk/data/qcsrc/client/hook.qc	2008-08-24 13:31:50 UTC (rev 4169)
+++ trunk/data/qcsrc/client/hook.qc	2008-08-24 15:02:38 UTC (rev 4170)
@@ -47,7 +47,7 @@
 	C = to + thickdir * (thickness / 2);
 	D = to - thickdir * (thickness / 2);
 
-	R_BeginPolygon("particles/nexbeam", DRAWFLAG_ADDITIVE);
+	R_BeginPolygon("particles/hookbeam", 0);
 		R_PolygonVertex(A, '0 0 0', '.5 1 0', 1);
 		R_PolygonVertex(B, '1 0 0', '.5 1 0', 1);
 		R_PolygonVertex(C, '1 0 0' + length_tex * '0 1 0', '.5 1 0', 1);




More information about the nexuiz-commits mailing list