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.11 by root, Tue May 4 21:45:42 2010 UTC vs.
Revision 1.12 by root, Wed May 4 07:36:40 2011 UTC

19 $self->no_reset (1); 19 $self->no_reset (1);
20 20
21 $self->name ("interdimensional nothingness"); 21 $self->name ("interdimensional nothingness");
22 22
23 $self->alloc; 23 $self->alloc;
24 $self->in_memory (cf::MAP_ACTIVE); 24 $self->in_memory (cf::MAP_INACTIVE);
25 25
26 # provide a floor 26 # provide a floor
27 my $floor = cf::object::new "dirtfloor"; 27 my $floor = cf::object::new "dirtfloor";
28 Guard::scope_guard { $floor->destroy }; 28 Guard::scope_guard { $floor->destroy };
29 29

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines