version 1.128 | | version 1.129 |
---|
| | |
/* | | /* |
* static char *rcsid_apply_c = | | * static char *rcsid_apply_c = |
* "$Id: apply.c,v 1.128 2005/07/17 09:44:30 akirschbaum Exp $"; | | * "$Id: apply.c,v 1.129 2005/07/17 10:57:09 akirschbaum Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
object *tmp; | | object *tmp; |
int is_in_shop; | | int is_in_shop; |
int price_in; | | int price_in; |
int price_out; | | |
| | |
for(tmp = get_map_ob(converter->map, converter->x, converter->y); | | for(tmp = get_map_ob(converter->map, converter->x, converter->y); |
tmp != NULL; | | tmp != NULL; |