r5805 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Feb 8 15:21:04 EST 2009


Author: div0
Date: 2009-02-08 15:21:03 -0500 (Sun, 08 Feb 2009)
New Revision: 5805

Modified:
   trunk/data/qcsrc/client/projectile.qc
Log:
less rotation for GL


Modified: trunk/data/qcsrc/client/projectile.qc
===================================================================
--- trunk/data/qcsrc/client/projectile.qc	2009-02-08 20:17:06 UTC (rev 5804)
+++ trunk/data/qcsrc/client/projectile.qc	2009-02-08 20:21:03 UTC (rev 5805)
@@ -93,7 +93,7 @@
 				break;
 			*/
 			case PROJECTILE_GRENADE_BOUNCING:
-				rot = '0 -2000 0'; // sideways
+				rot = '0 -1000 0'; // sideways
 				break;
 			case PROJECTILE_HOOKBOMB:
 				rot = '1000 0 0'; // forward




More information about the nexuiz-commits mailing list