Difference for Info/update_apart.pl from version 1.1 to 1.2


version 1.1 version 1.2
Line 216
 
Line 216
 $NEW_MAP_OFFX[14]=16;  $NEW_MAP_OFFX[14]=16;
 $NEW_MAP_OFFY[14]=6;  $NEW_MAP_OFFY[14]=6;
   
   
 $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 346
 
Line 347
  $made_change=1;   $made_change=1;
      }       }
  }   }
    elsif (m#\nslaying /city/apartment#) {
    s#/city/apartment#/scorn/apartment#;
    $made_change=1;
    }
      }       }
      print OUT $_;       print OUT $_;
  } # else not an object with inventory   } # else not an object with inventory


Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2

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