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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Aug 16 12:06:18 EDT 2009


Author: div0
Date: 2009-08-16 12:06:15 -0400 (Sun, 16 Aug 2009)
New Revision: 7447

Modified:
   trunk/data/qcsrc/client/gibs.qc
Log:
fix "gentle" logic :(


Modified: trunk/data/qcsrc/client/gibs.qc
===================================================================
--- trunk/data/qcsrc/client/gibs.qc	2009-08-16 15:09:07 UTC (rev 7446)
+++ trunk/data/qcsrc/client/gibs.qc	2009-08-16 16:06:15 UTC (rev 7447)
@@ -146,7 +146,7 @@
 			gentle_prefix = "morphed_";
 	}
 
-	if(cvar("cl_gentle"))
+	if not(cvar("cl_gentle"))
 		amount *= 1 - cvar("cl_nogibs");
 
 	if(cvar("ekg"))



More information about the nexuiz-commits mailing list