summaryrefslogtreecommitdiffstats
path: root/subsurface-mobile-main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'subsurface-mobile-main.cpp')
-rw-r--r--subsurface-mobile-main.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/subsurface-mobile-main.cpp b/subsurface-mobile-main.cpp
index 7ed3e4256..940c9225b 100644
--- a/subsurface-mobile-main.cpp
+++ b/subsurface-mobile-main.cpp
@@ -61,9 +61,10 @@ int main(int argc, char **argv)
taglist_init_global();
init_ui();
loadPreferences();
- prefs.animation_speed = 0;
+ // some hard coded settings
+ prefs.animation_speed = 0; // we render the profile to pixmap, no animations
- /* always show the divecomputer reported ceiling in red */
+ // always show the divecomputer reported ceiling in red
prefs.dcceiling = 1;
prefs.redceiling = 1;