r2348 - branches/nexuiz-2.0/data
    DONOTREPLY at icculus.org 
    DONOTREPLY at icculus.org
       
    Thu Apr 19 05:42:20 EDT 2007
    
    
  
Author: div0
Date: 2007-04-19 05:42:20 -0400 (Thu, 19 Apr 2007)
New Revision: 2348
Modified:
   branches/nexuiz-2.0/data/default.cfg
Log:
zoom sets should be setas
Modified: branches/nexuiz-2.0/data/default.cfg
===================================================================
--- branches/nexuiz-2.0/data/default.cfg	2007-04-19 09:41:24 UTC (rev 2347)
+++ branches/nexuiz-2.0/data/default.cfg	2007-04-19 09:42:20 UTC (rev 2348)
@@ -64,8 +64,8 @@
 _cl_playerskin 0
 crosshair 5
 fov 90
-set cl_zoomfactor 5  // how much +zoom will zoom (1-16)
-set cl_zoomspeed 3.5 // how fast it will zoom (0.5-16), negative values mean instant zoom
+seta cl_zoomfactor 5  // how much +zoom will zoom (1-16)
+seta cl_zoomspeed 3.5 // how fast it will zoom (0.5-16), negative values mean instant zoom
 freelook 1
 sensitivity 6
 seta scmenu_mouse_speed 1
    
    
More information about the nexuiz-commits
mailing list