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

Comparing deliantra/gde/GCE/AttrTypemap.pm (file contents):
Revision 1.1 by elmex, Thu Feb 9 15:45:52 2006 UTC vs.
Revision 1.2 by elmex, Mon Feb 20 13:30:28 2006 UTC

117 117
118 118
119sub detect_types { 119sub detect_types {
120 my ($arch) = @_; 120 my ($arch) = @_;
121 121
122 my $al_arch = $Crossfire::ARCH->{$arch->{_name}}; 122 my $al_arch = $Crossfire::ARCH{$arch->{_name}};
123 123
124 my @types; 124 my @types;
125 125
126 $al_arch->{type} and push @types, $al_arch->{type}; 126 $al_arch->{type} and push @types, $al_arch->{type};
127 127

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines