ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/util/gen_worldmap
(Generate patch)

Comparing deliantra/util/gen_worldmap (file contents):
Revision 1.6 by elmex, Fri Jan 5 18:31:37 2007 UTC vs.
Revision 1.7 by elmex, Tue Jan 9 17:00:15 2007 UTC

122 or die "convert2: $!"; 122 or die "convert2: $!";
123 $maskfh = $mmaskfh; 123 $maskfh = $mmaskfh;
124 $mask = "\x00\x00\x00\x00" x (1500*1500); 124 $mask = "\x00\x00\x00\x00" x (1500*1500);
125} 125}
126 126
127chdir ".." unless -d "maps/."; 127chdir ".." unless -d "maps/world-overlay/.";
128-d "maps/world/." and -d "maps/world-overlay/." or die "need maps/world and maps/world-overlay in ."; 128-d "maps/world/." and -d "maps/world-overlay/." or die "need maps/world and maps/world-overlay in .";
129 129
130my %color; 130my %color;
131my @pids; 131my @pids;
132 132

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines