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

Comparing deliantra/gde/GCE/PickWindow.pm (file contents):
Revision 1.23 by elmex, Sun Feb 11 09:30:11 2007 UTC vs.
Revision 1.24 by elmex, Sun Jun 24 07:35:17 2007 UTC

80 80
81 $self->{last_pick} = $arch; 81 $self->{last_pick} = $arch;
82 82
83 my $ar = GCE::ArchRef->new (arch => $arch); 83 my $ar = GCE::ArchRef->new (arch => $arch);
84 $::MAINWIN->update_attr_editor ($ar); 84 $::MAINWIN->update_attr_editor ($ar);
85 $::MAINWIN->set_edit_tool ('place');
86 85
87 } elsif ($event->button == 3) { 86 } elsif ($event->button == 3) {
88 87
89 my ($mx, $my) = $map->coord ($event->x, $event->y); 88 my ($mx, $my) = $map->coord ($event->x, $event->y);
90 my $as = $map->get ($mx, $my); 89 my $as = $map->get ($mx, $my);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines