version 1.75 | version 1.76 | |||
---|---|---|---|---|
|
| |||
/* | /* | |||
* static char *rcsid_spell_util_c = | * static char *rcsid_spell_util_c = | |||
* "$Id: spell_util.c,v 1.75 2003/01/23 07:38:44 mwedel Exp $"; | * "$Id: spell_util.c,v 1.76 2003/02/03 07:23:48 mwedel Exp $"; | |||
*/ | */ | |||
|
| |||
} | } | |||
remove_ob(op); | remove_ob(op); | |||
if ( ! op->direction || (mflags & P_WALL)) { | if ( ! op->direction || (mflags & (P_WALL | P_OUT_OF_MAP))) { | |||
free_object(op); | free_object(op); | |||
return; | return; | |||
} | } |
Legend:
|