Kill afd->current_play_mode.
[paraslash.git] / fade.c
diff --git a/fade.c b/fade.c
index faf9b59a3911abffa160c87097e9b813124e281d..f269f0292fbf31be9f48673314beee6c14cb8c05 100644 (file)
--- a/fade.c
+++ b/fade.c
@@ -205,7 +205,7 @@ static void sweet_dreams(void)
                tm->tm_min = min;
                tm->tm_sec = 0;
        } else {
-               t1 += 8 * 60 * 60;
+               t1 += 9 * 60 * 60; /* nine hours from now */
                PARA_INFO_LOG("default wake time: %lu\n", t1);
                tm = localtime(&t1);
        }