diff options
author | Robert C. Helling <helling@atdotde.de> | 2015-08-23 16:00:02 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-08-23 07:28:52 -0700 |
commit | 120d09181d55860dcbe5b37835373f79c1e17abd (patch) | |
tree | ae7536d8a41092972005b124de56fe540dcba485 | |
parent | 7bfc8bc1fe6e37f7d1f6a1e3fbd4390cf640e8eb (diff) | |
download | subsurface-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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |