ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/Deliantra.pm
(Generate patch)

Comparing deliantra/Deliantra/Deliantra.pm (file contents):
Revision 1.34 by root, Fri Feb 24 11:50:36 2006 UTC vs.
Revision 1.35 by root, Sun Mar 12 16:23:56 2006 UTC

323 type: 323 type:
324 for (@Crossfire::Data::ATTR0) { 324 for (@Crossfire::Data::ATTR0) {
325 my $req = $_->{required} 325 my $req = $_->{required}
326 or die "internal error: ATTR0 without 'required'"; 326 or die "internal error: ATTR0 without 'required'";
327 327
328 keys %$req;
328 while (my ($k, $v) = each %$req) { 329 while (my ($k, $v) = each %$req) {
329 next type 330 next type
330 unless $arch->{$k} == $v; 331 unless $arch->{$k} == $v;
331 } 332 }
332 333

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines