Difference for server/swap.c from version 1.6 to 1.7


version 1.6 version 1.7
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_swap_c =   * static char *rcsid_swap_c =
  *    "$Id: swap.c,v 1.6 2001/07/14 04:11:18 mwedel Exp $";   *    "$Id: swap.c,v 1.7 2001/07/31 06:54:07 mwedel Exp $";
  */   */
   
 /*  /*
Line 59
 
Line 59
       * Keep using it so that old temp files continue        * Keep using it so that old temp files continue
       * to work.        * to work.
       */        */
  fprintf(fp,"%s:%s:%ld:0:0:%d:%d:%d\n", map->path, map->tmpname,   fprintf(fp,"%s:%s:%ld:0:0:%d:0:%d\n", map->path, map->tmpname,
      (map->reset_time==-1 ? -1: map->reset_time-current_time),       (map->reset_time==-1 ? -1: map->reset_time-current_time),
      map->difficulty, map->do_los,       map->difficulty,
      map->darkness);       map->darkness);
  }   }
     }      }


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

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