version 1.54 | | version 1.55 |
---|
| | |
/* | | /* |
* static char *rcsid_player_c = | | * static char *rcsid_player_c = |
* "$Id: player.c,v 1.54 2001/05/01 11:50:10 mardahl Exp $"; | | * "$Id: player.c,v 1.55 2001/05/09 06:58:12 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
*/ | | */ |
int op_on_battleground (object *op, int *x, int *y) { | | int op_on_battleground (object *op, int *x, int *y) { |
object *tmp; | | object *tmp; |
int floor; | | |
| | |
/* A battleground-tile needs the following attributes to be valid: | | /* A battleground-tile needs the following attributes to be valid: |
* is_floor 1 (has to be the FIRST floor beneath the player's feet), | | * is_floor 1 (has to be the FIRST floor beneath the player's feet), |