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

Comparing deliantra/server/ext/map-world.ext (file contents):
Revision 1.32 by root, Wed Dec 5 11:08:34 2007 UTC vs.
Revision 1.33 by root, Tue Apr 15 14:21:04 2008 UTC

145 if ($self->{load_path}) { 145 if ($self->{load_path}) {
146 $self->SUPER::load; 146 $self->SUPER::load;
147 } else { 147 } else {
148 $self->alloc; 148 $self->alloc;
149 $self->fill; 149 $self->fill;
150 $self->in_memory (cf::MAP_IN_MEMORY); 150 $self->in_memory (cf::MAP_ACTIVE);
151 $self->activate; 151 $self->activate;
152 } 152 }
153} 153}
154 154
155sub post_load { 155sub post_load {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines