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

Comparing deliantra/Deliantra/Deliantra/Map.pm (file contents):
Revision 1.9 by elmex, Thu Mar 16 01:13:23 2006 UTC vs.
Revision 1.10 by root, Thu Mar 16 01:34:01 2006 UTC

172 172
173 Crossfire::normalize_arch \%a; 173 Crossfire::normalize_arch \%a;
174 174
175 $str .= "arch " . (delete $a{_name}) . "\n"; 175 $str .= "arch " . (delete $a{_name}) . "\n";
176 176
177 my $inv = delete $a{arch}; 177 my $inv = delete $a{inventory};
178 178
179 # put inventory last 179 # put inventory last
180 for my $k (sort keys %a) { 180 for my $k (sort keys %a) {
181 next if $k =~ /^_/; # ignore our _-keys 181 next if $k =~ /^_/; # ignore our _-keys
182 182

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines