r4175 - in trunk/data: particles qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Aug 24 13:44:49 EDT 2008


Author: div0
Date: 2008-08-24 13:44:48 -0400 (Sun, 24 Aug 2008)
New Revision: 4175

Added:
   trunk/data/particles/hook_green.tga
Modified:
   trunk/data/qcsrc/client/hook.qc
Log:
add green hook beam for non-teamplay


Added: trunk/data/particles/hook_green.tga
===================================================================
(Binary files differ)


Property changes on: trunk/data/particles/hook_green.tga
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: trunk/data/qcsrc/client/hook.qc
===================================================================
--- trunk/data/qcsrc/client/hook.qc	2008-08-24 17:26:38 UTC (rev 4174)
+++ trunk/data/qcsrc/client/hook.qc	2008-08-24 17:44:48 UTC (rev 4175)
@@ -93,7 +93,7 @@
 		else if(e.team == COLOR_TEAM4)
 			tex = "particles/hook_pink";
 		else
-			tex = "particles/hook_red";
+			tex = "particles/hook_green";
 		Draw_GrapplingHookLine(b, a, 8, o, v_forward, tex, 0.25, '1 1 1');
 	}
 }




More information about the nexuiz-commits mailing list