Skip to content

Commit

Permalink
Fix function regression
Browse files Browse the repository at this point in the history
  • Loading branch information
ribbanya committed Aug 16, 2024
1 parent db4152e commit 3c95e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/melee/ft/chara/ftKirby/ftKb_Init.c
Original file line number Diff line number Diff line change
Expand Up @@ -2993,7 +2993,7 @@ Vec3 const ftKb_Init_803B757C = { 0, 4, 0 };
void ftKb_Init_800EE528(void)
{
/// @todo Bad cast.
s32* number_list = (s32*) ft_80459B88.x0;
s32* number_list = (s32*) &ft_80459B88.x0;
ftKirby_UnkArrayThing** struct_list = ftKb_Init_803C9FC8;

s32 i;
Expand Down

0 comments on commit 3c95e34

Please sign in to comment.