test network 5
[carveJwlIkooP6JGAAIwe30JlM.git] / player.h
index 36b37a9f4a78160e0e4e79f4e4c521be36a68724..029a34eca6cc9023efea4d465b6645c17cfd5c49 100644 (file)
--- 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
     * -------------------------------------------------