diff options
| author | fig02 <fig02srl@gmail.com> | 2020-07-11 22:39:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-11 22:39:34 -0400 |
| commit | c589285826f102b2e41619b39ea1ba66510325d1 (patch) | |
| tree | ead2c8e0c48b773287a0f54eab607206d5eceaff /src/code | |
| parent | 4fb01c6b21d00c4b99623c91a380859b07331dc9 (diff) | |
Clean up SkelAnime_GetFrameCount usage (#245)
* fix colliderinit typo
* clean up SkelAnime_GetFrameCount usage
* line breaks
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/z_effect_soft_sprite_old_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_effect_soft_sprite_old_init.c b/src/code/z_effect_soft_sprite_old_init.c index dfe2eea15..831ab107f 100644 --- a/src/code/z_effect_soft_sprite_old_init.c +++ b/src/code/z_effect_soft_sprite_old_init.c @@ -170,7 +170,7 @@ #pragma GLOBAL_ASM("asm/non_matchings/code/z_effect_soft_sprite_old_init/func_80029DBC.s") void EffectSsSolderSrchBall_Spawn(GlobalContext* globalCtx, Vec3f* pos, Vec3f* velocity, Vec3f* accel, s16 arg4, - s16* linkDetected) { + s16* linkDetected) { EffectSsSolderSrchBallInitParams initParams; Math_Vec3f_Copy(&initParams.pos, pos); |
