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.187 by root, Sat Dec 29 13:44:30 2007 UTC vs.
Revision 1.188 by elmex, Sun Jan 6 16:28:49 2008 UTC

275 spell_list => $::SPELL_LIST, 275 spell_list => $::SPELL_LIST,
276 276
277 floorbox => $::FLOORBOX, 277 floorbox => $::FLOORBOX,
278 help_window => $::HELP_WINDOW, 278 help_window => $::HELP_WINDOW,
279 message_window => $::MESSAGE_WINDOW, 279 message_window => $::MESSAGE_WINDOW,
280 message_dist => $::MESSAGE_DIST,
280 statusbox => $::SDTATUSBOX, 281 statusbox => $::SDTATUSBOX,
281 282
282 inv => $::INV, 283 inv => $::INV,
283 invr => $::INVR, 284 invr => $::INVR,
284 invr_hb => $::INVR_HB, 285 invr_hb => $::INVR_HB,
333 334
334# message window 335# message window
335sub ext_channel_info { 336sub ext_channel_info {
336 my ($self, $info) = @_; 337 my ($self, $info) = @_;
337 $self->{channels}->{$info->{id}} = $info; 338 $self->{channels}->{$info->{id}} = $info;
338 $::MESSAGE_WINDOW->add_channel ($info); 339 $::MESSAGE_DIST->add_channel ($info);
339} 340}
340 341
341############################################################################# 342#############################################################################
342 343
343sub logprint { 344sub logprint {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines