Difference for server/move.c from version 1.27 to 1.28


version 1.27 version 1.28
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_move_c =   * static char *rcsid_move_c =
  *    "$Id: move.c,v 1.27 2003/02/20 06:46:57 mwedel Exp $";   *    "$Id: move.c,v 1.28 2003/03/19 08:04:51 mwedel Exp $";
  */   */
   
 /*  /*
Line 234
 
Line 234
  if (!(get_map_flags(other_teleporter->map, NULL,    if (!(get_map_flags(other_teleporter->map, NULL,
  other_teleporter->x + freearr_x[k],   other_teleporter->x + freearr_x[k],
  other_teleporter->y + freearr_y[k], NULL,NULL) &   other_teleporter->y + freearr_y[k], NULL,NULL) &
        P_NO_PASS)) break;         (P_NO_PASS | P_OUT_OF_MAP))) break;
      }       }
      if (k==9) {       if (k==9) {
  LOG(llevError,"Shop mat %s (%d, %d) is in solid rock?\n",   LOG(llevError,"Shop mat %s (%d, %d) is in solid rock?\n",


Legend:
line(s) removed in v.1.27 
line(s) changed
 line(s) added in v.1.28

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