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.43 by root, Sat Jun 24 00:24:09 2006 UTC vs.
Revision 1.44 by elmex, Wed Jun 28 10:37:19 2006 UTC

585 585
586 if ($tag == 0) { 586 if ($tag == 0) {
587 update_floorbox; 587 update_floorbox;
588 update_container (0); 588 update_container (0);
589 } elsif ($tag == $self->{player}{tag}) { 589 } elsif ($tag == $self->{player}{tag}) {
590 $::STATWIDS->{weight}->set_text (sprintf "Weight: %.1fkg", $self->{player}->{weight} / 1000);
590 $::INV->set_items ($self->{container}{$self->{player}{tag}}) 591 $::INV->set_items ($self->{container}{$self->{player}{tag}})
591 } else { 592 } else {
592 update_container ($tag); 593 update_container ($tag);
593 } 594 }
594 595

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines