rnd-20031202-1-src
[rocksndiamonds.git] / src / conf_gfx.c
index 1bca3da12807cd569b8432c09aa40f928b9ce795..412c52d51263bd98e958474db29b414cdfb107fc 100644 (file)
@@ -3708,10 +3708,10 @@ struct ConfigInfo image_config[] =
   { "door_2.step_delay",                       "10"                    },
   { "door_2.anim_mode",                                "default"               },
 
-  { "[player].boring_delay_fixed",             "0"                     },
-  { "[player].boring_delay_random",            "0"                     },
-  { "[player].sleeping_delay_fixed",           "0"                     },
-  { "[player].sleeping_delay_random",          "0"                     },
+  { "[player].boring_delay_fixed",             "-1"                    },
+  { "[player].boring_delay_random",            "-1"                    },
+  { "[player].sleeping_delay_fixed",           "-1"                    },
+  { "[player].sleeping_delay_random",          "-1"                    },
 
   { NULL,                                      NULL                    }
 };