X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player.h;h=0911e8fc03380d776d84bd27e0d4759b30080476;hb=ac6288a8951db15eab6c681b8add8f350eb60746;hp=d21212baebd6ce9f4f38c26d0442d3e593bc6041;hpb=c34dde859968ced3dc7e8dd7be29f676689813d3;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player.h b/player.h index d21212b..0911e8f 100644 --- a/player.h +++ b/player.h @@ -61,27 +61,6 @@ struct player_instance ent_gate *gate_waiting; - /* - * Input TODO: move this - * -------------------------------- - */ - 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;