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.8 by elmex, Mon Feb 20 13:30:28 2006 UTC vs.
Revision 1.9 by elmex, Mon Feb 20 13:33:12 2006 UTC

67 my $as = $map->get ($mx, $my); 67 my $as = $map->get ($mx, $my);
68 68
69 my $arch = $as->[-1] 69 my $arch = $as->[-1]
70 or return; 70 or return;
71 71
72 $GCE::MainWindow::MAINWIN->update_attr_editor ($arch, 1); 72 $GCE::MainWindow::MAINWIN->update_attr_editor ($arch);
73 73
74 } elsif ($event->button == 1) { 74 } elsif ($event->button == 1) {
75 75
76 my ($mx, $my) = $map->coord ($event->x, $event->y); 76 my ($mx, $my) = $map->coord ($event->x, $event->y);
77 my $as = $map->get ($mx, $my); 77 my $as = $map->get ($mx, $my);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines