Difference for common/object.c from version 1.82 to 1.83


version 1.82 version 1.83
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_object_c =   * static char *rcsid_object_c =
  *   "$Id: object.c,v 1.82 2004/02/11 07:40:17 mwedel Exp $";   *   "$Id: object.c,v 1.83 2004/02/11 08:09:22 mwedel Exp $";
  */   */
   
 /*  /*
Line 1093
 
Line 1093
     tag_t tag;      tag_t tag;
     int check_walk_off;      int check_walk_off;
     mapstruct *m;      mapstruct *m;
     int x,y;      sint16 x,y;
          
   
     if(QUERY_FLAG(op,FLAG_REMOVED)) {      if(QUERY_FLAG(op,FLAG_REMOVED)) {
Line 1327
 
Line 1327
 object *insert_ob_in_map (object *op, mapstruct *m, object *originator, int flag)  object *insert_ob_in_map (object *op, mapstruct *m, object *originator, int flag)
 {  {
     object *tmp, *top, *floor=NULL;      object *tmp, *top, *floor=NULL;
     int x,y;      sint16 x,y;
   
     if (QUERY_FLAG (op, FLAG_FREED)) {      if (QUERY_FLAG (op, FLAG_FREED)) {
  LOG (llevError, "Trying to insert freed object!\n");   LOG (llevError, "Trying to insert freed object!\n");


Legend:
line(s) removed in v.1.82 
line(s) changed
 line(s) added in v.1.83

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