--- deliantra/server/utils/cfutil.in 2007/04/26 00:41:32 1.32 +++ deliantra/server/utils/cfutil.in 2007/04/26 00:50:03 1.33 @@ -179,7 +179,7 @@ if ($stem =~ /_S\./ && (-s "$other~") > 10000) { my $ncolor = 256; while () { - system "<\Q$other~\E $PNGNQ -n$ncolor >\Q$other~~\E"; + system "<\Q$other~\E $PNGNQ -s1 -n$ncolor >\Q$other~~\E"; system $OPTIPNG, "-i0", "-q", "$other~~"; last if 10000 > -s "$other~~"; $ncolor = int $ncolor * 0.9; @@ -388,7 +388,7 @@ } elsif ($file =~ /\.arc$/) { push @arc, [$path, $file]; } else { - warn "ignoring $path/$file\n" if $VERBOSE >= 2; + warn "ignoring $path/$file\n" if $VERBOSE >= 3; } } };