test network 1
[carveJwlIkooP6JGAAIwe30JlM.git] / player_walk.h
index ae0f9c36f77624f466854893efe92db0789ba9c4..14acb703c74d0d4685f64ae00c636cca146cea9e 100644 (file)
@@ -112,7 +112,8 @@ struct player_subsystem_interface static player_subsystem_walk = {
    .pose = player__walk_pose,
 
    .animator_data = &player_walk.animator,
-   .animator_size = sizeof(player_walk.animator)
+   .animator_size = sizeof(player_walk.animator),
+   .name = "Walk"
 };
 
 #endif /* PLAYER_WALK_H */