Difference for common/object.c from version 1.141 to 1.142


version 1.141 version 1.142
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_object_c =   * static char *rcsid_object_c =
  *   "$Id: object.c,v 1.141 2006/08/26 03:45:37 qal21 Exp $";   *   "$Id: object.c,v 1.142 2006/08/26 08:08:01 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 1674
 
Line 1674
  originator->below = op;   originator->below = op;
     } else {      } else {
  /* If there are other objects, then */   /* If there are other objects, then */
           /* This test is incorrect i think, as ins_above_floor_only needs the floor variable
  if((! (flag & INS_MAP_LOAD)) && ((top=GET_MAP_OB(op->map,op->x,op->y))!=NULL)) {   if((! (flag & INS_MAP_LOAD)) && ((top=GET_MAP_OB(op->map,op->x,op->y))!=NULL)) {
           */
           if(((top=GET_MAP_OB(op->map,op->x,op->y))!=NULL)) {
      object *last=NULL;       object *last=NULL;
      /*       /*
       * If there are multiple objects on this space, we do some trickier handling.        * If there are multiple objects on this space, we do some trickier handling.


Legend:
line(s) removed in v.1.141 
line(s) changed
 line(s) added in v.1.142

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