test network 2
[carveJwlIkooP6JGAAIwe30JlM.git] / player_skate.h
index 6dbb897872cf906e7118c1517ddbf1a7dbb70bec..68f2dcb9980c06f7c0c2a3ba78c84051a5a73225 100644 (file)
@@ -305,7 +305,8 @@ struct player_subsystem_interface static player_subsystem_skate = {
    .post_animate = player__skate_post_animate,
 
    .animator_data = &player_skate.animator,
-   .animator_size = sizeof(player_skate.animator)
+   .animator_size = sizeof(player_skate.animator),
+   .name = "Skate"
 };
 
 #endif /* PLAYER_SKATE_H */