version 1.7 | | version 1.8 |
---|
| | |
/* | | /* |
* static char *rcsid_gods_c = | | * static char *rcsid_gods_c = |
* "$Id: gods.c,v 1.7 2000/05/22 13:06:15 jec Exp $"; | | * "$Id: gods.c,v 1.8 2000/05/26 09:50:49 jec Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
| | |
for(tmp=op->inv;tmp&&number;tmp=tmp->below) | | for(tmp=op->inv;tmp&&number;tmp=tmp->below) |
if(tmp->type==type&&QUERY_FLAG(tmp,FLAG_APPLIED)) { | | if(tmp->type==type&&QUERY_FLAG(tmp,FLAG_APPLIED)) { |
apply(op,tmp,0); /* this should unapply things properly */ | | manual_apply(op,tmp,0); /* this should unapply things properly */ |
number--; | | number--; |
} | | } |
} | | } |