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.115 by root, Thu Jul 12 19:10:52 2007 UTC vs.
Revision 1.116 by root, Thu Jul 12 19:13:20 2007 UTC

92 } 92 }
93 } 93 }
94 94
95 if (my $play = $ev->{play}) { 95 if (my $play = $ev->{play}) {
96 &::audio_music_set ($self->{songs} = [map $self->{music_map}{$_}, @$play]); 96 &::audio_music_set ($self->{songs} = [map $self->{music_map}{$_}, @$play]);
97 use Data::Dumper;
98 warn Dumper $self->{songs};#d#
99 } 97 }
100 }); 98 });
101 99
102 $self->connect_ext (event_capabilities => sub { 100 $self->connect_ext (event_capabilities => sub {
103 my ($cap) = @_; 101 my ($cap) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines