--- deliantra/server/include/sproto.h 2007/05/18 01:01:01 1.64 +++ deliantra/server/include/sproto.h 2007/05/18 19:46:22 1.65 @@ -460,11 +460,11 @@ int fire_bow (object *op, object *part, object *arrow, int dir, int wc_mod, sint16 sx, sint16 sy); int player_fire_bow (object *op, int dir); void fire_misc_object (object *op, int dir); -void fire (object *op, int dir); +bool fire (object *op, int dir); object *find_key (object *pl, object *container, object *door); -void move_player_attack (object *op, int dir); -int move_player (object *op, int dir); -int handle_newcs_player (object *op); +bool move_player_attack (object *op, int dir); +bool move_player (object *op, int dir); +bool handle_newcs_player (object *op); int save_life (object *op); void remove_unpaid_objects (object *op, object *env); char *gravestone_text (object *op);