version 1.35 | | version 1.36 |
---|
| | |
/* | | /* |
* static char *rcsid_apply_c = | | * static char *rcsid_apply_c = |
* "$Id: apply.c,v 1.35 2001/04/08 02:48:45 darth_bob Exp $"; | | * "$Id: apply.c,v 1.36 2001/04/27 06:16:38 mwedel Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
object *id, *marked; | | object *id, *marked; |
int success=0; | | int success=0; |
| | |
if (pl == NULL && pl->type != PLAYER) | | if (pl == NULL || pl->type != PLAYER) |
return 0; | | return 0; |
| | |
/* Check for MONEY type is a special hack - it prevents 'nothing needs | | /* Check for MONEY type is a special hack - it prevents 'nothing needs |