version 1.38 | | version 1.39 |
---|
| | |
/* | | /* |
* static char *rcsid_player_c = | | * static char *rcsid_player_c = |
* "$Id: player.c,v 1.38 2001/02/12 07:11:11 cvs Exp $"; | | * "$Id: player.c,v 1.39 2001/02/23 06:06:35 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
for(tmp=op->inv;tmp!=NULL;tmp=next) { | | for(tmp=op->inv;tmp!=NULL;tmp=next) { |
next=tmp->below; | | next=tmp->below; |
if (tmp->type==EXPERIENCE) continue; | | if (tmp->type==EXPERIENCE || tmp->invisible) continue; |
remove_ob(tmp); | | remove_ob(tmp); |
tmp->x=op->x,tmp->y=op->y; | | tmp->x=op->x,tmp->y=op->y; |
if (tmp->type == CONTAINER) { /* empty container to ground */ | | if (tmp->type == CONTAINER) { /* empty container to ground */ |