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


version 1.95 version 1.96
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_map_c =   * static char *rcsid_map_c =
  *   "$Id: map.c,v 1.95 2005/12/11 18:06:08 akirschbaum Exp $";   *   "$Id: map.c,v 1.96 2005/12/31 19:56:27 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 401
 
Line 401
  flag = get_map_flags(m, &m1, x+tmp->clone.x,y+tmp->clone.y, &sx, &sy);   flag = get_map_flags(m, &m1, x+tmp->clone.x,y+tmp->clone.y, &sx, &sy);
   
  if (flag & P_OUT_OF_MAP) return P_OUT_OF_MAP;   if (flag & P_OUT_OF_MAP) return P_OUT_OF_MAP;
    if (flag & P_IS_ALIVE) return P_IS_ALIVE;
   
  /* Note it is intentional that we check ob - the movement type of the   /* Note it is intentional that we check ob - the movement type of the
  * head of the object should correspond for the entire object.   * head of the object should correspond for the entire object.


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

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