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

Comparing deliantra/Deliantra-Client/DC/Protocol.pm (file contents):
Revision 1.160 by root, Tue Aug 21 22:46:50 2007 UTC vs.
Revision 1.161 by root, Wed Aug 22 16:52:34 2007 UTC

627 627
628 if ($delay) { 628 if ($delay) {
629 # delay the map drawing a tiny bit in the hope of getting the missing fetched 629 # delay the map drawing a tiny bit in the hope of getting the missing fetched
630 Event->timer (after => 0.03, cb => sub { 630 Event->timer (after => 0.03, cb => sub {
631 $_[0]->w->cancel; 631 $_[0]->w->cancel;
632 $self->{map_widget}->update; 632 $self->{map_widget}->update
633 if $self->{map_widget};
633 }); 634 });
634 } else { 635 } else {
635 $self->{map_widget}->update; 636 $self->{map_widget}->update;
636 } 637 }
637} 638}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines