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.38 by root, Sun Mar 12 23:22:48 2006 UTC vs.
Revision 1.39 by root, Sun Mar 12 23:35:03 2006 UTC

333 } 333 }
334 } 334 }
335 335
336 my $attr = { }; 336 my $attr = { };
337 337
338 my @import = $root || \%Crossfire::Data::DEFAULT_ATTR; 338 my @import = ($root, \%Crossfire::Data::DEFAULT_ATTR);
339 my (%ignore); 339 my (%ignore);
340 my (@section_order, %section, @attr_order); 340 my (@section_order, %section, @attr_order);
341 341
342 while (my $type = shift @import) { 342 while (my $type = shift @import) {
343 push @import, @{$type->{import} || []}; 343 push @import, @{$type->{import} || []};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines