X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_walk.h;h=14acb703c74d0d4685f64ae00c636cca146cea9e;hb=074fa69f479724f9800849430bad5caf730b01ef;hp=ae0f9c36f77624f466854893efe92db0789ba9c4;hpb=22f62f001f21d1b91fefd9fc495c122d9ddf205a;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_walk.h b/player_walk.h index ae0f9c3..14acb70 100644 --- a/player_walk.h +++ b/player_walk.h @@ -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 */