Difference for common/map.c from version 1.96 to 1.97


version 1.96 version 1.97
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_map_c =   * static char *rcsid_map_c =
  *   "$Id: map.c,v 1.96 2005/12/31 19:56:27 akirschbaum Exp $";   *   "$Id: map.c,v 1.97 2006/01/06 18:55:35 qal21 Exp $";
  */   */
   
 /*  /*
Line 1890
 
Line 1890
 {  {
     int dest_tile = (tile_num +2) % 4;      int dest_tile = (tile_num +2) % 4;
   
     if (editor) {      /* Tile paths can be reletive unless the orig_map is unique.
        */
       if (!orig_map->unique) {
         char *path = path_combine_and_normalize(orig_map->path, orig_map->tile_path[tile_num]);          char *path = path_combine_and_normalize(orig_map->path, orig_map->tile_path[tile_num]);
         orig_map->tile_map[tile_num] = ready_map_name(path, 0);          orig_map->tile_map[tile_num] = ready_map_name(path, 0);
     } else {      } else {


Legend:
line(s) removed in v.1.96 
line(s) changed
 line(s) added in v.1.97

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:13