Difference for common/map.c from version 1.90 to 1.91


version 1.90 version 1.91
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_map_c =   * static char *rcsid_map_c =
  *   "$Id: map.c,v 1.90 2005/11/16 08:16:00 mwedel Exp $";   *   "$Id: map.c,v 1.91 2005/11/30 07:58:47 mwedel Exp $";
  */   */
   
 /*  /*
Line 403
 
Line 403
  * head of the object should correspond for the entire object.   * head of the object should correspond for the entire object.
  */   */
   
  if ((ob->move_type & GET_MAP_MOVE_BLOCK(m1, sx, sy)) == ob->move_type) return   if (OB_TYPE_MOVE_BLOCK(ob, GET_MAP_MOVE_BLOCK(m1, sx, sy)))
      AB_NO_PASS;       return AB_NO_PASS;
   
     }      }
     return 0;      return 0;


Legend:
line(s) removed in v.1.90 
line(s) changed
 line(s) added in v.1.91

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