Ticket #8790: mencoder.pm.diff

File mencoder.pm.diff, 541 bytes (added by anonymousanothersname@…, 15 years ago)
  • mencoder.pm

    old new  
    242242                }
    243243            }
    244244        # 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) {
    246246                $str = "\n\n$last_death died early.";
    247247                if ($warnings) {
    248248                    $str .= "See mencoder warnings:\n\n$warnings";