Difference for include/object.h from version 1.42 to 1.43


version 1.42 version 1.43
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_object_h =   * static char *rcsid_object_h =
  *   "$Id: object.h,v 1.42 2005/10/09 07:34:16 ryo_saeba Exp $";   *   "$Id: object.h,v 1.43 2005/10/18 16:54:31 gros Exp $";
  */   */
   
 /*  /*
Line 287
 
Line 287
 /* This returns TRUE if the object is somethign that  /* This returns TRUE if the object is somethign that
  * should be displayed in the look window   * should be displayed in the look window
  */   */
 #define LOOK_OBJ(ob) (!ob->invisible && ob->type!=PLAYER)  #define LOOK_OBJ(ob) (!ob->invisible && ob->type!=PLAYER && ob->type!=EVENT_CONNECTOR)
   
 /* Used by update_object to know if the object being passed is  /* Used by update_object to know if the object being passed is
  * being added or removed.   * being added or removed.


Legend:
line(s) removed in v.1.42 
line(s) changed
 line(s) added in v.1.43

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:26