--- deliantra/server/include/object.h 2006/12/18 17:39:17 1.58 +++ deliantra/server/include/object.h 2006/12/19 05:41:21 1.59 @@ -401,7 +401,7 @@ /* This returns TRUE if the object is something that * should be displayed in the look window */ -#define LOOK_OBJ(ob) (!ob->invisible && ob->type!=PLAYER && ob->type!=EVENT_CONNECTOR) +#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 * being added or removed.