ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/utils/cfutil.in
(Generate patch)

Comparing deliantra/server/utils/cfutil.in (file contents):
Revision 1.38 by root, Thu Jul 12 08:40:14 2007 UTC vs.
Revision 1.39 by root, Sun Jul 15 22:39:48 2007 UTC

430 push @png, ["$path/$file", 0]; 430 push @png, ["$path/$file", 0];
431 } elsif ($file =~ /\.trs$/) { 431 } elsif ($file =~ /\.trs$/) {
432 push @trs, [$path, $file]; 432 push @trs, [$path, $file];
433 } elsif ($file =~ /\.arc$/) { 433 } elsif ($file =~ /\.arc$/) {
434 push @arc, [$path, $file]; 434 push @arc, [$path, $file];
435 } elsif ($file =~ /\.(ogg|res)$/) { 435 } elsif ($file =~ /\.(ogg|jpg|res)$/) {
436 push @res, [$path, $file]; 436 push @res, [$path, $file];
437 } else { 437 } else {
438 warn "ignoring $path/$file\n" if $VERBOSE >= 3; 438 warn "ignoring $path/$file\n" if $VERBOSE >= 3;
439 } 439 }
440 } 440 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines