version 1.18 | | version 1.19 |
---|
| | |
/* | | /* |
* static char *rcsid_player_c = | | * static char *rcsid_player_c = |
* "$Id: player.c,v 1.18 2000/10/30 22:09:59 jec Exp $"; | | * "$Id: player.c,v 1.19 2000/11/06 23:06:47 jec Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
arrow->level = SK_level (op); | | arrow->level = SK_level (op); |
| | |
arrow->map = op->map; | | arrow->map = op->map; |
SET_FLAG(arrow, FLAG_NO_PICK); | | |
SET_FLAG(arrow, FLAG_FLYING); | | SET_FLAG(arrow, FLAG_FLYING); |
SET_FLAG(arrow, FLAG_FLY_ON); | | SET_FLAG(arrow, FLAG_FLY_ON); |
SET_FLAG(arrow, FLAG_WALK_ON); | | SET_FLAG(arrow, FLAG_WALK_ON); |