version 1.76 | | version 1.77 |
---|
| | |
/* | | /* |
* static char *rcsid_spell_util_c = | | * static char *rcsid_spell_util_c = |
* "$Id: spell_util.c,v 1.76 2003/02/03 07:23:48 mwedel Exp $"; | | * "$Id: spell_util.c,v 1.77 2003/02/22 07:26:56 mwedel Exp $"; |
*/ | | */ |
| | |
| | |
| | |
} | | } |
new_op->x=op->x+freearr_x[dir]; | | new_op->x=op->x+freearr_x[dir]; |
new_op->y=op->y+freearr_y[dir]; | | new_op->y=op->y+freearr_y[dir]; |
| | if (dir == 0) |
| | insert_ob_in_map(new_op,op->map,op,INS_BELOW_ORIGINATOR); |
| | else |
insert_ob_in_map(new_op,op->map,op,0); | | insert_ob_in_map(new_op,op->map,op,0); |
return dir; | | return dir; |
} | | } |