ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/Deliantra/Map.pm
(Generate patch)

Comparing deliantra/Deliantra/Deliantra/Map.pm (file contents):
Revision 1.6 by root, Sun Feb 12 18:17:53 2006 UTC vs.
Revision 1.7 by root, Wed Mar 15 02:44:26 2006 UTC

99 } else { 99 } else {
100 $i--; 100 $i--;
101 } 101 }
102 102
103 $maxw = List::Util::max $maxw, $x; 103 $maxw = List::Util::max $maxw, $x;
104 $maxh = List::Util::max $maxh, $y; 104 $maxh = List::Util::max $maxh, $y + $max_line_height;
105 } 105 }
106 106
107 $map->{height} = $maxh; 107 $map->{height} = $maxh;
108 $map->{width} = $maxw; 108 $map->{width} = $maxw;
109 109

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines