version 1.42 | | version 1.43 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
/* 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. |