ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/object.h
(Generate patch)

Comparing deliantra/server/include/object.h (file contents):
Revision 1.58 by elmex, Mon Dec 18 17:39:17 2006 UTC vs.
Revision 1.59 by root, Tue Dec 19 05:41:21 2006 UTC

399extern int nrofallocobjects; 399extern int nrofallocobjects;
400 400
401/* This returns TRUE if the object is something that 401/* This returns TRUE if the object is something that
402 * should be displayed in the look window 402 * should be displayed in the look window
403 */ 403 */
404#define LOOK_OBJ(ob) (!ob->invisible && ob->type!=PLAYER && ob->type!=EVENT_CONNECTOR) 404#define LOOK_OBJ(ob) (!ob->invisible && ob->type != PLAYER && ob->type != EVENT_CONNECTOR)
405 405
406/* Used by update_object to know if the object being passed is 406/* Used by update_object to know if the object being passed is
407 * being added or removed. 407 * being added or removed.
408 */ 408 */
409#define UP_OBJ_INSERT 1 409#define UP_OBJ_INSERT 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines