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.46 by root, Thu Mar 16 01:34:01 2006 UTC vs.
Revision 1.47 by root, Thu Mar 16 01:42:22 2006 UTC

336 } 336 }
337 } 337 }
338 338
339 my $attr = { }; 339 my $attr = { };
340 340
341 my @import = ($root);
342
341 my @import = (\%Crossfire::Data::DEFAULT_ATTR, $root); 343 unshift @import, \%Crossfire::Data::DEFAULT_ATTR
344 unless $type == 116;
345
342 my (%ignore); 346 my (%ignore);
343 my (@section_order, %section, @attr_order); 347 my (@section_order, %section, @attr_order);
344 348
345 while (my $type = shift @import) { 349 while (my $type = shift @import) {
346 push @import, @{$type->{import} || []}; 350 push @import, @{$type->{import} || []};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines