We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c8edb9 commit c3eb7c6Copy full SHA for c3eb7c6
1 file changed
src/bodyprog/bodyprog_800348C0.c
@@ -2095,7 +2095,6 @@ void func_80038354(void) // 0x80038354
2095
s8 bitIdx_0;
2096
u8 unk_1[3];
2097
s32 field_4;
2098
- s32 i;
2099
VECTOR3 field_8;
2100
} s_func_800382EC_0;
2101
@@ -2130,6 +2129,8 @@ void func_80038354(void) // 0x80038354
2130
2129
// GCC extension funcs.
2131
s32 func_800382B0(s32 arg0)
2132
{
+ s32 i;
2133
+
2134
for (i = 0; i < 2; i++)
2135
2136
if (arg0 == field_0[i].bitIdx_0)
0 commit comments