summaryrefslogtreecommitdiffstats
path: root/core/subsurfacestartup.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/subsurfacestartup.c')
-rw-r--r--core/subsurfacestartup.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/subsurfacestartup.c b/core/subsurfacestartup.c
index 7bb3c2784..c51080cd1 100644
--- a/core/subsurfacestartup.c
+++ b/core/subsurfacestartup.c
@@ -48,9 +48,9 @@ struct preferences default_prefs = {
.display_unused_tanks = false,
.show_average_depth = true,
.ascrate75 = 9000 / 60,
- .ascrate50 = 6000 / 60,
- .ascratestops = 6000 / 60,
- .ascratelast6m = 1000 / 60,
+ .ascrate50 = 9000 / 60,
+ .ascratestops = 9000 / 60,
+ .ascratelast6m = 9000 / 60,
.descrate = 18000 / 60,
.sacfactor = 400,
.problemsolvingtime = 4,