ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/item-worldmap.ext
(Generate patch)

Comparing deliantra/server/ext/item-worldmap.ext (file contents):
Revision 1.14 by root, Fri Jul 27 10:07:38 2007 UTC vs.
Revision 1.15 by root, Sat Sep 1 07:22:19 2007 UTC

68 x => "center", 68 x => "center",
69 y => "center", 69 y => "center",
70 has_close_button => 1, 70 has_close_button => 1,
71 on_delete => sub { shift->hide }, 71 on_delete => sub { shift->hide },
72 on_visibility_change => sub { 72 on_visibility_change => sub {
73 warn "VCHANGE <@_>\n";#d#
74 $_[0]{visibility} = $_[1]; 73 $_[0]{visibility} = $_[1];
75 update_worldmap $_[0]{ws} if $_[1]; 74 update_worldmap $_[0]{ws} if $_[1];
76 }, 75 },
77 ); 76 );
78 77

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines