version 1.74 | | version 1.75 |
---|
| | |
/* | | /* |
* static char *rcsid_main_c = | | * static char *rcsid_main_c = |
* "$Id: main.c,v 1.74 2003/02/17 02:37:38 mwedel Exp $"; | | * "$Id: main.c,v 1.75 2003/03/19 08:09:59 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
* is based on ticks, and not the creatures speed? | | * is based on ticks, and not the creatures speed? |
*/ | | */ |
if (op->anim_speed && op->last_anim >= op->anim_speed) { | | if (op->anim_speed && op->last_anim >= op->anim_speed) { |
animate_object (op); | | animate_object (op, op->direction); |
op->last_anim = 1; | | op->last_anim = 1; |
} else { | | } else { |
op->last_anim++; | | op->last_anim++; |