Mercurial > retraceit
diff src/constants.h @ 34:40a683d1a318
(issue15) Change picture speed setting to seconds and default to 1s
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 06 May 2015 16:07:35 +0200 |
parents | 749ecdfd036a |
children | 0c05958d254c |
line wrap: on
line diff
--- a/src/constants.h Wed May 06 15:41:42 2015 +0200 +++ b/src/constants.h Wed May 06 16:07:35 2015 +0200 @@ -56,8 +56,8 @@ /**@def the config key for the replay speed */ #define REPLAY_SPEED_KEY "Speed" -/**@def the default value for the replay speed in REPLAY_SPEED_STEP_MS steps */ -#define REPLAY_SPEED_DEFAULT 5 +/**@def the default value for the replay speed in seconds */ +#define REPLAY_SPEED_DEFAULT 1. /**@def the value for a step in the speed slider */ #define REPLAY_SPEED_STEP_MS 500