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

Comparing deliantra/Deliantra/res2pm (file contents):
Revision 1.9 by root, Mon Mar 27 17:38:18 2006 UTC vs.
Revision 1.10 by root, Tue Jul 3 00:16:50 2007 UTC

130 } elsif ($i->name eq "attribute") { 130 } elsif ($i->name eq "attribute") {
131 push @{$type->{ignore}}, $i->attr ("arch"); 131 push @{$type->{ignore}}, $i->attr ("arch");
132 } 132 }
133 } 133 }
134 } elsif ($e->name eq "import_type") { 134 } elsif ($e->name eq "import_type") {
135 push @{$type->{import}}, $type{$e->attr ("name")} ||= {}; 135 #push @{$type->{import}}, $type{$e->attr ("name")} ||= {};
136 push @{$type->{import}}, $e->attr ("name");
136 } elsif ($e->name eq "use") { 137 } elsif ($e->name eq "use") {
137 $type->{use} = string $e; 138 $type->{use} = string $e;
138 } elsif ($e->name eq "description") { 139 } elsif ($e->name eq "description") {
139 $type->{desc} = string $e; 140 $type->{desc} = string $e;
140 } elsif ($e->name eq "section") { 141 } elsif ($e->name eq "section") {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines