version 1.40 | | version 1.41 |
---|
| | |
/* | | /* |
* static char *rcsid_object_c = | | * static char *rcsid_object_c = |
* "$Id: object.c,v 1.40 2001/10/31 07:00:24 garbled Exp $"; | | * "$Id: object.c,v 1.41 2001/11/02 18:39:23 michtoen Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
op->material=op->magic=op->state=op->type=0; | | op->material=op->magic=op->state=op->type=0; |
op->face = blank_face; | | op->face = blank_face; |
| | |
| | op->anim_enemy_dir = -1; |
| | op->anim_moving_dir = -1; |
/* The object should already have been removed from the speed list | | /* The object should already have been removed from the speed list |
* before this function is called | | * before this function is called |
*/ | | */ |