r2283 - branches/nexuiz-2.0/data trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Apr 2 12:04:38 EDT 2007


Author: esteel
Date: 2007-04-02 12:04:37 -0400 (Mon, 02 Apr 2007)
New Revision: 2283

Modified:
   branches/nexuiz-2.0/data/default.cfg
   trunk/data/default.cfg
Log:
use cl_bobcycle/up 0 instead of cl_bob as this also disables weapon bobing now


Modified: branches/nexuiz-2.0/data/default.cfg
===================================================================
--- branches/nexuiz-2.0/data/default.cfg	2007-04-02 12:20:42 UTC (rev 2282)
+++ branches/nexuiz-2.0/data/default.cfg	2007-04-02 16:04:37 UTC (rev 2283)
@@ -76,7 +76,8 @@
 vid_conwidth 640
 vid_conheight 480
 v_deathtilt 0 // needed for spectators (who are dead to avoid prediction)
-cl_bob 0
+cl_bobcycle 0
+cl_bobup 0
 cl_rollangle 0
 
 // nexuiz-linux-*.sh will use this

Modified: trunk/data/default.cfg
===================================================================
--- trunk/data/default.cfg	2007-04-02 12:20:42 UTC (rev 2282)
+++ trunk/data/default.cfg	2007-04-02 16:04:37 UTC (rev 2283)
@@ -76,7 +76,8 @@
 vid_conwidth 640
 vid_conheight 480
 v_deathtilt 0 // needed for spectators (who are dead to avoid prediction)
-cl_bob 0
+cl_bobcycle 0
+cl_bobup 0
 cl_rollangle 0
 
 // nexuiz-linux-*.sh will use this




More information about the nexuiz-commits mailing list