X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_dead.h;h=0c1de4133872c51800fcdf7a9b175fcf3cf796c9;hb=25bf60849a782d43d886ed182c0c85b87cf87ab9;hp=03c932602af117314cc41b31b92d03cb44163a12;hpb=22f62f001f21d1b91fefd9fc495c122d9ddf205a;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_dead.h b/player_dead.h index 03c9326..0c1de41 100644 --- a/player_dead.h +++ b/player_dead.h @@ -35,7 +35,8 @@ struct player_subsystem_interface static player_subsystem_dead = { .im_gui = player__dead_im_gui, .animator_data = &player_dead.animator, - .animator_size = sizeof(player_dead.animator) + .animator_size = sizeof(player_dead.animator), + .name = "Dead" }; #endif /* PLAYER_DEAD_H */