diff options
| author | 2015-04-02 10:32:14 +0200 | |
|---|---|---|
| committer | 2015-04-02 09:46:10 -0700 | |
| commit | cc8d6014229dbca15373f6c3d888a6404c0775f1 (patch) | |
| tree | 13a9934327b877a2c4dda894c170a2f91e3e1270 /subsurfacestartup.c | |
| parent | cd34fea1db4e3cf118bcc08358bb84df68314700 (diff) | |
| download | subsurface-cc8d6014229dbca15373f6c3d888a6404c0775f1.tar.gz | |
Checkbox and preference for safety stop
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurfacestartup.c')
| -rw-r--r-- | subsurfacestartup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurfacestartup.c b/subsurfacestartup.c index 09858f923..a5415c7c0 100644 --- a/subsurfacestartup.c +++ b/subsurfacestartup.c @@ -51,6 +51,7 @@ struct preferences default_prefs = { .display_duration = true, .display_transitions = true, .recreational_mode = false, + .safetystop = true, .bottomsac = 20000, .decosac = 17000, .o2consumption = 720, |