version 1.99 | version 1.100 | |||
---|---|---|---|---|
|
| |||
/* | /* | |||
* static char *rcsid_monster_c = | * static char *rcsid_monster_c = | |||
* "$Id: monster.c,v 1.99 2006/05/25 15:31:48 ryo_saeba Exp $"; | * "$Id: monster.c,v 1.100 2006/05/30 07:12:29 mwedel Exp $"; | |||
*/ | */ | |||
/* | /* | |||
|
| |||
{ | { | |||
op->direction = rv.direction; | op->direction = rv.direction; | |||
op->facing = op->direction; | op->facing = op->direction; | |||
if (op->animation_id) | ||||
animate_object(op, op->direction); | animate_object(op, op->direction); | |||
} | } | |||
Legend:
|