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

Comparing deliantra/Deliantra-Client/DC.pm (file contents):
Revision 1.78 by root, Mon May 29 22:02:06 2006 UTC vs.
Revision 1.79 by root, Tue May 30 02:55:45 2006 UTC

251 251
252 if ($self->{container} == $::CONN->{player}{tag}) { 252 if ($self->{container} == $::CONN->{player}{tag}) {
253 $targ = $::CONN->{open_container}; 253 $targ = $::CONN->{open_container};
254 } 254 }
255 255
256 $::CONN->send ("move $targ $self->{tag} 0"); 256 $::CONN->send ("move $targ $self->{tag} 0")
257 if $targ || !($self->{flags} & F_LOCKED);
257 } elsif ($ev->{button} == 1) { 258 } elsif ($ev->{button} == 1) {
258 $::CONN->send ("examine $self->{tag}"); 259 $::CONN->send ("examine $self->{tag}");
259 } elsif ($ev->{button} == 2) { 260 } elsif ($ev->{button} == 2) {
260 $::CONN->send ("apply $self->{tag}"); 261 $::CONN->send ("apply $self->{tag}");
261 } elsif ($ev->{button} == 3) { 262 } elsif ($ev->{button} == 3) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines