diff options
| author | Ian Bruton <[email protected]> | 2012-09-25 00:05:43 -0500 |
|---|---|---|
| committer | Ian Bruton <[email protected]> | 2012-09-25 00:05:43 -0500 |
| commit | c1b91ace661bc23061370afb04daa5bfeea052f5 (patch) | |
| tree | 3b010d7c3c3c6d9a089b94bd1ebb2f3ec8c1a1e5 /scripts/hudlayout.res | |
| parent | df288cfafc687d8aad8bb05b0413ce8b173317f3 (diff) | |
Disabled circle crosshair by default.
Diffstat (limited to 'scripts/hudlayout.res')
| -rw-r--r-- | scripts/hudlayout.res | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res index e19d723..ee068c6 100644 --- a/scripts/hudlayout.res +++ b/scripts/hudlayout.res @@ -5,8 +5,8 @@ "controlName" "CExLabel"
"fieldName" "xHairCircle"
"font" "xHairCircle"
- "visible" "1"
- "enabled" "1"
+ "visible" "0"
+ "enabled" "0"
"zpos" "2"
"xpos" "c-100"
|
