version 1.47 | | version 1.48 |
---|
| | |
/* | | /* |
* static char *rcsid_object_c = | | * static char *rcsid_object_c = |
* "$Id: object.c,v 1.47 2001/11/27 06:08:25 michtoen Exp $"; | | * "$Id: object.c,v 1.48 2001/11/28 04:44:41 michtoen Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
op->sub_type1 = 0; | | op->sub_type1 = 0; |
op->sub_type2 = 0; | | op->sub_type2 = 0; |
op->casting_speed = (float)0; | | op->casting_speed = (float)0; |
op->anim_enemy_dir = -1; | | op->anim_enemy_dir = -1; /* control the facings 25 animations */ |
op->anim_moving_dir = -1; | | op->anim_moving_dir = -1; /* the same for movement */ |
| | op->anim_enemy_dir_last = -1; |
| | op->anim_moving_dir_last = -1; |
| | op->anim_last_facing = 4; |
| | op->anim_last_facing_last = -1; |
op->quick_pos = 255; | | op->quick_pos = 255; |
/* 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 |