version 1.67 | | version 1.68 |
---|
| | |
/* | | /* |
* static char *rcsid_object_c = | | * static char *rcsid_object_c = |
* "$Id: object.c,v 1.67 2003/02/12 06:30:26 mwedel Exp $"; | | * "$Id: object.c,v 1.68 2003/04/05 05:39:48 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
(ob1->animation_id != ob2->animation_id) || | | (ob1->animation_id != ob2->animation_id) || |
(ob1->client_type != ob2->client_type) || | | (ob1->client_type != ob2->client_type) || |
(ob1->materialname != ob2->materialname) || | | (ob1->materialname != ob2->materialname) || |
(ob1->lore != ob2->lore) | | (ob1->lore != ob2->lore) || |
| | (ob1->subtype != ob2->subtype) |
) | | ) |
return 0; | | return 0; |
| | |