Ticket #8790: mencoder.pm.diff
File mencoder.pm.diff, 541 bytes (added by , 15 years ago) |
---|
-
mencoder.pm
old new 242 242 } 243 243 } 244 244 # Has the deathtimer been started? Stick around for awhile, but not too long 245 if ($death_timer > 0 && time() - $death_timer > 30) {245 if ($death_timer > 0 && time() - $death_timer > 180) { 246 246 $str = "\n\n$last_death died early."; 247 247 if ($warnings) { 248 248 $str .= "See mencoder warnings:\n\n$warnings";