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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Dec 6 08:16:01 EST 2009


Author: div0
Date: 2009-12-06 08:16:01 -0500 (Sun, 06 Dec 2009)
New Revision: 8377

Added:
   trunk/data/qcsrc/client/autocvars.qh
Log:
add missing autocvars.qh file


Added: trunk/data/qcsrc/client/autocvars.qh
===================================================================
--- trunk/data/qcsrc/client/autocvars.qh	                        (rev 0)
+++ trunk/data/qcsrc/client/autocvars.qh	2009-12-06 13:16:01 UTC (rev 8377)
@@ -0,0 +1,7 @@
+var float autocvar_cl_projectiles_sloppy = 0;
+
+var float autocvar_cl_gibs_ticrate = 0.1;
+var float autocvar_cl_gibs_sloppy = 1;
+
+var float autocvar_cl_casings_ticrate = 0.1;
+var float autocvar_cl_casings_sloppy = 1;



More information about the nexuiz-commits mailing list