BGS documentation part 2

This commit is contained in:
SuperZambezi
2024-11-03 17:36:13 +00:00
committed by Banjo Kazooie
parent 37ec5e39c8
commit fd5f4beb9a
11 changed files with 88 additions and 89 deletions

View File

@@ -26,8 +26,8 @@ enum chhut_state_e {
ActorAnimationInfo chhutAnimations[3] = {
{0, 0.0f},
{ASSET_4E_ANIM_MUDHUT_SMASH, 0.25f},
{ASSET_4E_ANIM_MUDHUT_SMASH, 1000000.0f}
{ASSET_4E_ANIM_MUD_HUT_SMASH, 0.25f},
{ASSET_4E_ANIM_MUD_HUT_SMASH, 1000000.0f}
};
/* .code */