Difference for common/object.c from version 1.16 to 1.17


version 1.16 version 1.17
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_object_c =   * static char *rcsid_object_c =
  *   "$Id: object.c,v 1.16 2001/03/21 07:48:12 mwedel Exp $";   *   "$Id: object.c,v 1.17 2001/03/23 20:23:01 mwedel Exp $";
  */   */
   
 /*  /*
Line 774
 
Line 774
  */   */
   
  if (player && player!=op && !player->contr->socket.update_look) {   if (player && player!=op && !player->contr->socket.update_look) {
        player->contr->socket.update_look=1;
   #if 0
      for (tmp=op; tmp!=NULL; tmp=tmp->above)       for (tmp=op; tmp!=NULL; tmp=tmp->above)
  if (QUERY_FLAG(tmp,FLAG_IS_FLOOR) && !tmp->invisible) break;   if (QUERY_FLAG(tmp,FLAG_IS_FLOOR) && !tmp->invisible) break;
   
      if (!tmp) esrv_update_item_func(UPD_FACE, player, op);       if (!tmp) esrv_update_item_func(UPD_FACE, player, op);
   #endif
  }   }
     }      }
   


Legend:
line(s) removed in v.1.16 
line(s) changed
 line(s) added in v.1.17

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