version 1.124 | | version 1.125 |
---|
| | |
/* | | /* |
* static char *rcsid_object_c = | | * static char *rcsid_object_c = |
* "$Id: object.c,v 1.124 2006/04/06 21:18:34 tchize Exp $"; | | * "$Id: object.c,v 1.125 2006/05/30 07:16:23 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
(ob1->move_on != ob2->move_on) || | | (ob1->move_on != ob2->move_on) || |
(ob1->move_off != ob2->move_off) || | | (ob1->move_off != ob2->move_off) || |
(ob1->move_slow != ob2->move_slow) || | | (ob1->move_slow != ob2->move_slow) || |
(ob1->move_slow_penalty != ob2->move_slow_penalty) | | (ob1->move_slow_penalty != ob2->move_slow_penalty) || |
| | (ob1->map_layer != ob2->map_layer) |
| | |
) | | ) |
return 0; | | return 0; |
| | |