]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add "set" for orthoview cvars
authorSamual Lenks <samual@xonotic.org>
Sun, 15 Sep 2013 17:59:02 +0000 (13:59 -0400)
committerSamual Lenks <samual@xonotic.org>
Sun, 15 Sep 2013 17:59:02 +0000 (13:59 -0400)
defaultXonotic.cfg

index 1b9c4a657441635f7bc9d1c42136ada0048ee738..fc301bdc233e6545be847b8797ae6bcbd991c93f 100644 (file)
@@ -111,9 +111,9 @@ exec sRGB-disable.cfg
 vid_sRGB_fallback 2
 r_hdr_glowintensity 1
 
-cl_orthoview 0 "WARNING: WILL BREAK CONFIG!!! enable top-down view of the map- meant to be used for radar map images"
-cl_orthoview_nofog 1 "disable fog while in orthoview"
-cl_orthoview_distanceoverride 0 "set to a value other than 0 to force a different distance offset when in orthoview"
+set cl_orthoview 0 "WARNING: WILL BREAK CONFIG!!! enable top-down view of the map- meant to be used for radar map images"
+set cl_orthoview_nofog 1 "disable fog while in orthoview"
+set cl_orthoview_distanceoverride 0 "set to a value other than 0 to force a different distance offset when in orthoview"
 
 // these settings determine how much the view is affected by movement/damage
 cl_smoothviewheight 0.05 // time of the averaging to the viewheight value so that it creates a smooth transition for crouching and such. 0 for instant transition