ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/bin/cfarch-normalize
(Generate patch)

Comparing deliantra/Deliantra/bin/cfarch-normalize (file contents):
Revision 1.10 by root, Thu Oct 29 02:55:59 2009 UTC vs.
Revision 1.11 by root, Thu Oct 29 02:57:36 2009 UTC

22 sort keys %$arch 22 sort keys %$arch
23 ]; 23 ];
24 24
25 if (0) { 25 if (0) {
26 for my $o (@$arch) { 26 for my $o (@$arch) {
27 for ($o->{face}, @{ $o->{anim} }) { 27 for ($o->{face}, @{ $o->{anim} || [] }) {
28 s/\.1(\d\d)$/.x$1/; 28 s/\.1(\d\d)$/.x$1/;
29 } 29 }
30 } 30 }
31 } 31 }
32 32

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines