X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player.h;h=0911e8fc03380d776d84bd27e0d4759b30080476;hb=02e5027d274fc66fecca0572d0998e2c562da7a7;hp=72c26edb5d1cd8b8d0325520d67e4b600aea137f;hpb=5f34184cad016aa2f8ea530b3be009703459e981;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player.h b/player.h index 72c26ed..0911e8f 100644 --- a/player.h +++ b/player.h @@ -61,27 +61,6 @@ struct player_instance ent_gate *gate_waiting; - /* - * Input - * -------------------------------- - */ - struct input_binding *input_js1h, - *input_js1v, - *input_js2h, - *input_js2v, - *input_jump, - *input_push, - *input_trick0, - *input_trick1, - *input_trick2, - *input_walk, - *input_walkh, - *input_walkv, - *input_use, - *input_reset, - *input_grab, - *input_camera; - int immobile; /* @@ -92,7 +71,8 @@ struct player_instance struct player_avatar *playeravatar; struct player_model *playermodel; struct player_ragdoll ragdoll; - struct player_board *board; + //struct player_board *board; + struct cache_board *board_view_slot; player_pose holdout_pose; float holdout_time;