A complete workshop implementation, I guess
[carveJwlIkooP6JGAAIwe30JlM.git] / player.h
index d21212baebd6ce9f4f38c26d0442d3e593bc6041..0911e8fc03380d776d84bd27e0d4759b30080476 100644 (file)
--- 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;