summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/wps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/wps.c b/apps/wps.c
index 81249e914e..1904387759 100644
--- a/apps/wps.c
+++ b/apps/wps.c
@@ -694,7 +694,7 @@ static void fade(bool fade_in)
694 mpeg_sound_set(SOUND_VOLUME, current_volume); 694 mpeg_sound_set(SOUND_VOLUME, current_volume);
695 } 695 }
696 mpeg_pause(); 696 mpeg_pause();
697 sleep(HZ/10); /* let mpeg thread run */ 697 sleep(HZ/5); /* let mpeg thread run */
698 698
699 /* reset volume to what it was before the fade */ 699 /* reset volume to what it was before the fade */
700 mpeg_sound_set(SOUND_VOLUME, global_settings.volume); 700 mpeg_sound_set(SOUND_VOLUME, global_settings.volume);