version 1.71 | version 1.72 | |||
---|---|---|---|---|
|
| |||
/* | /* | |||
* static char *rcsid_spell_util_c = | * static char *rcsid_spell_util_c = | |||
* "$Id: spell_util.c,v 1.71 2002/12/25 06:45:46 garbled Exp $"; | * "$Id: spell_util.c,v 1.72 2003/01/04 00:28:52 mwedel Exp $"; | |||
*/ | */ | |||
|
| |||
void move_missile(object *op) { | void move_missile(object *op) { | |||
int i; | int i; | |||
object *owner, *tmp; | object *owner; | |||
sint16 new_x, new_y; | sint16 new_x, new_y; | |||
owner = get_owner(op); | owner = get_owner(op); |
Legend:
|