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

Comparing deliantra/server/ext/map-random.ext (file contents):
Revision 1.7 by root, Sun Jan 14 22:54:18 2007 UTC vs.
Revision 1.8 by root, Sat Jan 20 23:30:15 2007 UTC

41 41
42sub uniq_path { 42sub uniq_path {
43 undef 43 undef
44} 44}
45 45
46sub load_orig { 46sub load_header_orig {
47 my ($self) = @_; 47 my ($self) = @_;
48 48
49 return unless $self->{random}; 49 return unless $self->{random};
50 50
51 $self->generate_random_map ($self->{random}); 51 $self->generate_random_map ($self->{random});

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines