diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-08-18 06:40:35 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-08-18 06:40:35 -0700 |
commit | f2b883865c78b2f9c28a93d50de97077b6b6d51c (patch) | |
tree | d2fdad15f9dfb11c95d990e7abd597692ed1cb2e /pref.h | |
parent | 39794d34787a95c06eb4036e233289390c3a751f (diff) | |
download | subsurface-f2b883865c78b2f9c28a93d50de97077b6b6d51c.tar.gz |
Revert "Pref. to ascent to next stop only when stop is below ceiling"
This reverts commit a6ed36fb7368254d694a4f397d6d033326c37ef2.
Diffstat (limited to 'pref.h')
-rw-r--r-- | pref.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -97,7 +97,6 @@ struct preferences { bool display_transitions; bool safetystop; bool switch_at_req_stop; - bool check_ceiling_before_ascent; int reserve_gas; int min_switch_duration; // seconds int bottomsac; |