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.148 by root, Fri Aug 10 04:02:13 2007 UTC vs.
Revision 1.149 by root, Fri Aug 10 04:33:41 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines