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.35 by root, Tue Sep 23 05:01:41 2008 UTC vs.
Revision 1.36 by root, Sun Dec 28 06:59:26 2008 UTC

135} 135}
136 136
137sub fill { 137sub fill {
138 my ($self) = @_; 138 my ($self) = @_;
139 139
140 $self->add_underlay ("\x00" x ($WORLD->{tile_w} * $WORLD->{tile_h}), 0, $WORLD->{tile_w}, $WORLD->{arc_plt}); 140 $self->add_underlay ("\x00" x ($WORLD->{tile_w} * $WORLD->{tile_h}), 0, $WORLD->{tile_w}, $WORLD->{arc_plt});#d#
141 $self->default_region (cf::region::find $WORLD->{reg_plt}[0]); 141 $self->default_region (cf::region::find $WORLD->{reg_plt}[0]);
142} 142}
143 143
144sub load { 144sub load {
145 my ($self) = @_; 145 my ($self) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines