X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player.h;h=0a7486013716a670bfb57de29e7c031550f29ed1;hb=bc40c302f1b8313bdd3c773fcfa2f850511c4634;hp=d21212baebd6ce9f4f38c26d0442d3e593bc6041;hpb=c34dde859968ced3dc7e8dd7be29f676689813d3;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player.h b/player.h index d21212b..0a74860 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 dynamic_board *board_view_slot; player_pose holdout_pose; float holdout_time;