Difference for Info/update_exits.pl from version 1.6 to 1.7


version 1.6 version 1.7
Line 115
 
Line 115
 $NEW_MAP_OFFX[7]=35;  $NEW_MAP_OFFX[7]=35;
 $NEW_MAP_OFFY[7]=-13;  $NEW_MAP_OFFY[7]=-13;
   
   $OLD_MAP_NAME[8]='(.+/kundi_area|kundi_area)';
   $OLD_MAP_STARTX[8]=0;
   $OLD_MAP_STARTY[8]=0;
   $OLD_MAP_ENDX[8]=100;
   $OLD_MAP_ENDY[8]=100;
   $NEW_MAP_NAME[8]="/world/world_109_126";
   $NEW_MAP_OFFX[8]=13;
   $NEW_MAP_OFFY[8]=17;
   
 $VERBOSE=0;  $VERBOSE=0;
 $error=0;  $error=0;
 for ($i=0; $i<=$#OLD_MAP_NAME; $i++) {  for ($i=0; $i<=$#OLD_MAP_NAME; $i++) {
Line 245
 
Line 254
  next if ($file eq "." || $file eq ".." || $file eq "CVS");   next if ($file eq "." || $file eq ".." || $file eq "CVS");
   
  $file = "$dir/$file";   $file = "$dir/$file";
    next if (-l $file); # don't process symbolic links
  push (@dirs, $file) if (-d $file);   push (@dirs, $file) if (-d $file);
  push (@maps, $file) if (-f $file);   push (@maps, $file) if (-f $file);
     }      }


Legend:
line(s) removed in v.1.6 
line(s) changed
 line(s) added in v.1.7

File made using version 1.96 of cvs2html by leaf at 2006-02-15 14:17