version 1.116 | | version 1.117 |
---|
| | |
/* | | /* |
* static char *rcsid_player_c = | | * static char *rcsid_player_c = |
* "$Id: player.c,v 1.116 2003/01/23 07:38:43 mwedel Exp $"; | | * "$Id: player.c,v 1.117 2003/01/30 00:07:09 garbled Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
op->contr->killer); | | op->contr->killer); |
tmp->msg=add_string(buf); | | tmp->msg=add_string(buf); |
tmp->value=0, tmp->material=0, tmp->type=0; | | tmp->value=0, tmp->material=0, tmp->type=0; |
| | tmp->materialname = NULL; |
tmp->x = op->x, tmp->y = op->y; | | tmp->x = op->x, tmp->y = op->y; |
insert_ob_in_map(tmp,op->map,op,0); | | insert_ob_in_map(tmp,op->map,op,0); |
} | | } |