X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player.h;h=0911e8fc03380d776d84bd27e0d4759b30080476;hb=0310bab3c018e23f5516c3e3c3653b844a8106ed;hp=1e3ba671cad5c63d70561bdab470fd8d5a6a3c91;hpb=b3ca3b7a45eec11c46eb19772e10021177665adb;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player.h b/player.h index 1e3ba67..0911e8f 100644 --- a/player.h +++ b/player.h @@ -71,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;