r5589 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Jan 17 13:02:39 EST 2009


Author: div0
Date: 2009-01-17 13:02:34 -0500 (Sat, 17 Jan 2009)
New Revision: 5589

Modified:
   trunk/data/qcsrc/client/gibs.qc
Log:
fix typo


Modified: trunk/data/qcsrc/client/gibs.qc
===================================================================
--- trunk/data/qcsrc/client/gibs.qc	2009-01-17 17:56:34 UTC (rev 5588)
+++ trunk/data/qcsrc/client/gibs.qc	2009-01-17 18:02:34 UTC (rev 5589)
@@ -71,7 +71,7 @@
 	mi = decompressShortVector(ReadShort());
 	ma = decompressShortVector(ReadShort());
 
-	isgentle = (type & 0x8000 || cvar("cl_gentle"))
+	isgentle = (type & 0x8000 || cvar("cl_gentle"));
 	type = type & 0x7FFF;
 
 




More information about the nexuiz-commits mailing list