Difference for common/object.c from version 1.13 to 1.14


version 1.13 version 1.14
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_object_c =   * static char *rcsid_object_c =
  *   "$Id: object.c,v 1.13 2001/01/24 05:01:36 cvs Exp $";   *   "$Id: object.c,v 1.14 2001/02/01 06:18:31 cvs Exp $";
  */   */
   
 /*  /*
Line 1201
 
Line 1201
       tmp->above = NULL;        tmp->above = NULL;
     last=tmp;      last=tmp;
   }      } 
   if(last==NULL) /* No more objects present, draw the background */    if (last==NULL)
     set_map(op->map,op->x,op->y,&blank_look);      update_position(op->map, op->x, op->y);
   else /* Redraw the object at the top */    else
     update_object(last);      update_object(last);
   
   if(QUERY_FLAG(op,FLAG_BLOCKSVIEW) /* Should be harmless from editor, */    if(QUERY_FLAG(op,FLAG_BLOCKSVIEW) /* Should be harmless from editor, */


Legend:
line(s) removed in v.1.13 
line(s) changed
 line(s) added in v.1.14

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