[nexuiz-commits] r7464 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Aug 18 16:00:10 EDT 2009


Author: fruitiex
Date: 2009-08-18 16:00:10 -0400 (Tue, 18 Aug 2009)
New Revision: 7464

Modified:
   trunk/data/defaultNexuiz.cfg
Log:
fix: waypointscale not saved, minscale set to 0.5 so the scale isn't reset to 1


Modified: trunk/data/defaultNexuiz.cfg
===================================================================
--- trunk/data/defaultNexuiz.cfg	2009-08-18 19:08:40 UTC (rev 7463)
+++ trunk/data/defaultNexuiz.cfg	2009-08-18 20:00:10 UTC (rev 7464)
@@ -1154,7 +1154,7 @@
 set g_nick_flood_penalty_red 30 "number of changes to allow before totally disorienting the player"
 
 set g_waypointsprite_normdistance 512
-set g_waypointsprite_minscale 1
+set g_waypointsprite_minscale 0.5
 set g_waypointsprite_minalpha 0.4
 set g_waypointsprite_distancealphaexponent 2
 set g_waypointsprite_timealphaexponent 1
@@ -1162,7 +1162,7 @@
 set g_waypointsprite_deadlifetime 1
 set g_waypointsprite_limitedrange 5120
 set g_waypointsprite_stuffbinds 0
-set g_waypointsprite_scale 1
+seta g_waypointsprite_scale 1
 alias "g_waypointsprite_personal"	"impulse 30"
 alias "g_waypointsprite_personal_p"	"impulse 31"
 alias "g_waypointsprite_personal_d"	"impulse 32"



More information about the nexuiz-commits mailing list