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

Comparing deliantra/server/ext/map-link.ext (file contents):
Revision 1.6 by root, Tue Apr 15 14:21:04 2008 UTC vs.
Revision 1.7 by root, Wed May 7 11:02:50 2008 UTC

6 my ($self) = @_; 6 my ($self) = @_;
7 7
8 # singleton :/ 8 # singleton :/
9 $self->width (21); 9 $self->width (21);
10 $self->height (21); 10 $self->height (21);
11 $self->nodrop (1); 11 $self->no_drop (1);
12 12
13 $self->name ("interdimensional nothingness"); 13 $self->name ("interdimensional nothingness");
14 14
15 $self->alloc; 15 $self->alloc;
16 $self->in_memory (cf::MAP_ACTIVE); 16 $self->in_memory (cf::MAP_ACTIVE);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines