Difference for server/main.c from version 1.71 to 1.72


version 1.71 version 1.72
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_main_c =   * static char *rcsid_main_c =
  *    "$Id: main.c,v 1.71 2003/01/05 23:50:15 mwedel Exp $";   *    "$Id: main.c,v 1.72 2003/01/08 08:39:20 mwedel Exp $";
  */   */
   
 /*  /*
Line 788
 
Line 788
  * tick time so it will be about 10 seconds before we try and save   * tick time so it will be about 10 seconds before we try and save
  * again.   * again.
  */   */
  if (blocks_cleric(pl->ob->map, pl->ob->x, pl->ob->y)) {   if (get_map_flags(pl->ob->map, NULL, pl->ob->x, pl->ob->y, NULL, NULL) & P_NO_CLERIC) {
      pl->last_save_tick += 100;       pl->last_save_tick += 100;
  } else {   } else {
      save_player(pl->ob,1);       save_player(pl->ob,1);


Legend:
line(s) removed in v.1.71 
line(s) changed
 line(s) added in v.1.72

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