r5528 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Jan 14 13:06:44 EST 2009


Author: mand1nga
Date: 2009-01-14 13:06:43 -0500 (Wed, 14 Jan 2009)
New Revision: 5528

Modified:
   trunk/data/defaultNexuiz.cfg
Log:
Added camera_disable alias

Modified: trunk/data/defaultNexuiz.cfg
===================================================================
--- trunk/data/defaultNexuiz.cfg	2009-01-14 17:58:17 UTC (rev 5527)
+++ trunk/data/defaultNexuiz.cfg	2009-01-14 18:06:43 UTC (rev 5528)
@@ -1296,7 +1296,8 @@
 set g_full_getstatus_responses 0 // this currently breaks qstat
 
 // Defaults and aliases for the demo camera
-alias camera_enable "set cl_demo_mousegrab 1; chase_active 2;" // Enables the camera for demo playback
+alias camera_enable "set cl_demo_mousegrab 1; set _chase_active $chase_active; chase_active 2;" // Enables the camera for demo playback
+alias camera_disable "set cl_demo_mousegrab 0; chase_active $_chase_active;" // Disables the camera for demo playback
 
 set chase_active_rolling_step 1			// Camera rotation speed 
 set chase_active_direction_step 3		// Camera movement speed on the x/y/z axis




More information about the nexuiz-commits mailing list