r2642 - in trunk/data: . menu/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun May 20 18:43:10 EDT 2007


Author: div0
Date: 2007-05-20 18:43:09 -0400 (Sun, 20 May 2007)
New Revision: 2642

Modified:
   trunk/data/default.cfg
   trunk/data/menu/data/effects.menu
Log:
r_shadow_realtime_world_dlightshadows -> r_shadow_realtime_dlight_shadows (DP r7327)


Modified: trunk/data/default.cfg
===================================================================
--- trunk/data/default.cfg	2007-05-20 21:43:47 UTC (rev 2641)
+++ trunk/data/default.cfg	2007-05-20 22:43:09 UTC (rev 2642)
@@ -749,6 +749,3 @@
 
 // so it can be stuffcmd-ed still
 set cl_gravity 800 // but ignored anyway
-
-// to set both cvars at once (for the menu)
-alias _r_shadow_rwds_and_rds "r_shadow_realtime_world_dlightshadows $1 ; r_shadow_realtime_dlight_shadows $1"

Modified: trunk/data/menu/data/effects.menu
===================================================================
--- trunk/data/menu/data/effects.menu	2007-05-20 21:43:47 UTC (rev 2641)
+++ trunk/data/menu/data/effects.menu	2007-05-20 22:43:09 UTC (rev 2642)
@@ -84,10 +84,9 @@
 
 		[DataLink_OnOffSwitch]
 	}
-	Item Data_ServerCvar RealtimeDLightShadows
+	Item Data_Cvar RealtimeDLightShadows
 	{
-		cvarName	"r_shadow_realtime_world_dlightshadows"
-		syncCmd     "_r_shadow_rwds_and_rds"
+		cvarName	"r_shadow_realtime_dlight_shadows"
 		defValue	0
 
 		[DataLink_OnOffSwitch]




More information about the nexuiz-commits mailing list