diff options
| author | KrimtonZ <krimtonz@gmail.com> | 2020-03-25 14:44:42 -0500 |
|---|---|---|
| committer | KrimtonZ <krimtonz@gmail.com> | 2020-03-25 14:44:42 -0500 |
| commit | dc35cba293616678b234c6a8c132f960c02a4644 (patch) | |
| tree | 5a61ae1b7b11e5c28a1a45a599f3e914866b2644 /src/code | |
| parent | 864cb28e272d68deaf1805dc62286531854edb48 (diff) | |
naming update
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/z_skelanime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/z_skelanime.c b/src/code/z_skelanime.c index f7eae881a..501797081 100644 --- a/src/code/z_skelanime.c +++ b/src/code/z_skelanime.c @@ -18,7 +18,7 @@ void SkelAnime_AnimationType5Loaded(GlobalContext* globalCtx, AnimationEntryType //.data u32 D_8012A480 = 0; -static AnimationEntryCallback AnimationLoadDone[] = { +static AnimationEntryCallback sAnimationLoadDone[] = { &SkelAnime_LinkAnimetionLoaded, &SkelAnime_AnimationType1Loaded, &SkelAnime_AnimationType2Loaded, &SkelAnime_AnimationType3Loaded, &SkelAnime_AnimationType4Loaded, &SkelAnime_AnimationType5Loaded, }; @@ -979,7 +979,7 @@ void func_800A390C(GlobalContext* globalCtx, AnimationContext* animationCtx) { AnimationEntry* entry; for (entry = animationCtx->entries; animationCtx->animationCount != 0; entry++, animationCtx->animationCount--) { - AnimationLoadDone[entry->type](globalCtx, &entry->types); + sAnimationLoadDone[entry->type](globalCtx, &entry->types); } D_801600B0 = 1; |
