aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2015-08-23 16:00:02 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-08-23 07:28:52 -0700
commit120d09181d55860dcbe5b37835373f79c1e17abd (patch)
treeae7536d8a41092972005b124de56fe540dcba485
parent7bfc8bc1fe6e37f7d1f6a1e3fbd4390cf640e8eb (diff)
downloadsubsurface-120d09181d55860dcbe5b37835373f79c1e17abd.tar.gz
Comment meaning of preference variables
Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--pref.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pref.h b/pref.h
index e471add73..84975aaaa 100644
--- a/pref.h
+++ b/pref.h
@@ -75,7 +75,7 @@ struct preferences {
short tankbar;
short save_userid_local;
char *userid;
- int ascrate75;
+ int ascrate75; // All rates in mm / sec
int ascrate50;
int ascratestops;
int ascratelast6m;
@@ -90,7 +90,7 @@ struct preferences {
char *proxy_pass;
bool doo2breaks;
bool drop_stone_mode;
- bool last_stop;
+ bool last_stop; // At 6m?
bool verbatim_plan;
bool display_runtime;
bool display_duration;