X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player.h;h=029a34eca6cc9023efea4d465b6645c17cfd5c49;hb=333430b27b5f9f73cbe9ad7921a4735aaff444f1;hp=36b37a9f4a78160e0e4e79f4e4c521be36a68724;hpb=46f4e9ee87dc67402166e4c6b05efbe922cd7574;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player.h b/player.h index 36b37a9..029a34e 100644 --- a/player.h +++ b/player.h @@ -5,12 +5,12 @@ #include "player_common.h" enum player_subsystem{ - k_player_subsystem_invalid = -1, k_player_subsystem_walk = 0, k_player_subsystem_skate = 1, k_player_subsystem_dead = 2, k_player_subsystem_drive = 3, - k_player_subsystem_max + k_player_subsystem_max, + k_player_subsystem_invalid = 255 }; struct player_cam_controller { @@ -110,6 +110,8 @@ struct { player_pose holdout_pose; float holdout_time; + m4x3f *final_mtx; + /* * Subsystems * -------------------------------------------------