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.150 by root, Sun Aug 12 09:39:36 2007 UTC vs.
Revision 1.151 by root, Sun Aug 12 09:39:49 2007 UTC

583 my ($exists) = @_; 583 my ($exists) = @_;
584 584
585 return unless $self->{map}; # stop when destroyed 585 return unless $self->{map}; # stop when destroyed
586 586
587 if ($exists) { 587 if ($exists) {
588 $self->have_tile ($id) 588 $self->have_tile ($id);
589 $self->{texture}[$id]->upload; 589 $self->{texture}[$id]->upload;
590 } 590 }
591 591
592 $self->bg_fetch; 592 $self->bg_fetch;
593 }; 593 };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines