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.57 by root, Mon Aug 20 22:09:04 2007 UTC vs.
Revision 1.58 by root, Tue Aug 21 19:44:57 2007 UTC

425 facings => $facings, 425 facings => $facings,
426 frames => \@frames, 426 frames => \@frames,
427 }; 427 };
428 } 428 }
429 429
430 for my $face ($o->{face} || (), @{$anim || []}) { 430 for ($o->{face} || (), @{$anim || []}) {
431 next if $face =~ /^facings\s/; 431 next if /^facings\s/;
432
433 my $face = $_;
434 $face =~ s/\+\d+\+\d+$//; # remove tile offset coordinates
432 435
433 my $info = $FACEINFO{$face} ||= { }; 436 my $info = $FACEINFO{$face} ||= { };
434 $info->{arc} = $o; 437 $info->{arc} = $o;
435 438
436 next if $face =~ /^blank.x11$|^empty.x11$/; 439 next if $face =~ /^blank.x11$|^empty.x11$/;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines