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.178 by root, Mon Nov 12 23:25:37 2007 UTC vs.
Revision 1.179 by root, Sat Dec 22 06:50:37 2007 UTC

613 } 613 }
614 } 614 }
615 615
616 if ($delay) { 616 if ($delay) {
617 # delay the map drawing a tiny bit in the hope of getting the missing fetched 617 # delay the map drawing a tiny bit in the hope of getting the missing fetched
618 my $delay_draw; $delay_draw = EV::timer 0.03, 0, sub { 618 EV::once undef, 0, 0.03, sub {
619 undef $delay_draw;
620 $self->{map_widget}->update 619 $self->{map_widget}->update
621 if $self->{map_widget}; 620 if $self->{map_widget};
622 }; 621 };
623 } else { 622 } else {
624 $self->{map_widget}->update; 623 $self->{map_widget}->update;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines