diff options
| author | Bdale Garbee <bdale@gag.com> | 2012-09-12 19:49:51 -0600 | 
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2012-09-12 19:49:51 -0600 | 
| commit | fe009534ce6846b6db96cac8f6c2d53ba8010d91 (patch) | |
| tree | f7c5e30d08eed32d340452726ce3e05ca7a82deb /altoslib/AltosDistance.java | |
| parent | 69d42b26223b45df4167aa3baafba100ad71baab (diff) | |
| parent | 8ee29fe48771dd22a0c5428761ee53a728495d11 (diff) | |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'altoslib/AltosDistance.java')
| -rw-r--r-- | altoslib/AltosDistance.java | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/altoslib/AltosDistance.java b/altoslib/AltosDistance.java index a5e7331c..a6026d4a 100644 --- a/altoslib/AltosDistance.java +++ b/altoslib/AltosDistance.java @@ -44,6 +44,8 @@ public class AltosDistance extends AltosUnits {  	}  	int say_fraction() { -		return 1; +		if (AltosConvert.imperial_units) +			return 1; +		return 0;  	}  }
\ No newline at end of file | 
