version 1.168 | | version 1.169 |
---|
| | |
/* | | /* |
* static char *rcsid_apply_c = | | * static char *rcsid_apply_c = |
* "$Id: apply.c,v 1.168 2006/05/05 10:14:04 ryo_saeba Exp $"; | | * "$Id: apply.c,v 1.169 2006/06/05 06:28:56 mwedel Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
Copyright (C) 2001 Mark Wedel & Crossfire Development Team | | Copyright (C) 2006 Mark Wedel & Crossfire Development Team |
Copyright (C) 1992 Frank Tore Johansen | | Copyright (C) 1992 Frank Tore Johansen |
| | |
This program is free software; you can redistribute it and/or modify | | This program is free software; you can redistribute it and/or modify |
| | |
} | | } |
| | |
| | |
| | #if 0 |
| | /* monster_apply_special is no longer used - should probably be |
| | * removed if in fact it won't be used by anything. |
| | * MSW 2006-06-02 |
| | */ |
static int monster_apply_special (object *who, object *op, int aflags) | | static int monster_apply_special (object *who, object *op, int aflags) |
{ | | { |
if (QUERY_FLAG (op, FLAG_UNPAID) && ! QUERY_FLAG (op, FLAG_APPLIED)) | | if (QUERY_FLAG (op, FLAG_UNPAID) && ! QUERY_FLAG (op, FLAG_APPLIED)) |
return 1; | | return 1; |
return apply_special (who, op, aflags); | | return apply_special (who, op, aflags); |
} | | } |
| | #endif |
| | |
/** | | /** |
* Map was just loaded, handle op's initialisation. | | * Map was just loaded, handle op's initialisation. |