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.35 by root, Thu Jun 15 13:40:02 2006 UTC vs.
Revision 1.36 by root, Thu Jun 15 15:33:58 2006 UTC

132sub feed_map1a { 132sub feed_map1a {
133 my ($self, $data) = @_; 133 my ($self, $data) = @_;
134 134
135 $self->{map}->map1a_update ($data); 135 $self->{map}->map1a_update ($data);
136 $self->{map_widget}->update; 136 $self->{map_widget}->update;
137}
138
139sub magicmap {
140 my ($self, $w, $h, $x, $y, $data) = @_;
141
142 $self->{map_widget}->set_magicmap ($w, $h, $x, $y, $data);
137} 143}
138 144
139sub flush_map { 145sub flush_map {
140 my ($self) = @_; 146 my ($self) = @_;
141 147

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines