diff options
author | Robert C. Helling <helling@atdotde.de> | 2015-01-16 13:02:26 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-17 08:17:29 +1300 |
commit | f2939dd991f5f9cd40501d419e7a816492857311 (patch) | |
tree | 4226f652381b6c556b9d5093dabaff3cbcfa4b90 /subsurfacestartup.c | |
parent | ac40c458facfa4f641c1cf2a2384d955431cdb7c (diff) | |
download | subsurface-f2939dd991f5f9cd40501d419e7a816492857311.tar.gz |
Minor PSCR fixes
Update O2 metabolsim rate and adopt default gas switch depths to
pSCR oxygen drop.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurfacestartup.c b/subsurfacestartup.c index 4b8428ebe..2671dbc90 100644 --- a/subsurfacestartup.c +++ b/subsurfacestartup.c @@ -46,7 +46,7 @@ struct preferences default_prefs = { .drop_stone_mode = false, .bottomsac = 20000, .decosac = 17000, - .o2consumption = 1000, + .o2consumption = 720, .pscr_ratio = 100, .show_pictures_in_profile = true, .tankbar = false, |