version 1.85 | | version 1.86 |
---|
| | |
/* | | /* |
* static char *rcsid_c_wiz_c = | | * static char *rcsid_c_wiz_c = |
* "$Id: c_wiz.c,v 1.85 2006/07/25 15:43:27 gros Exp $"; | | * "$Id: c_wiz.c,v 1.86 2006/07/25 21:49:28 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
/* Always work on the head - otherwise object will get in odd state */ | | /* Always work on the head - otherwise object will get in odd state */ |
if (tmp->head) | | if (tmp->head) |
tmp = tmp->head; | | tmp = tmp->head; |
| | if (tmp->speed != 0) { |
| | tmp->speed = 0; |
| | update_ob_speed(tmp); |
| | } |
remove_ob(tmp); | | remove_ob(tmp); |
return 1; | | return 1; |
} | | } |