diff options
| author | kipcode66 <kipcode66@gmail.com> | 2025-12-22 05:20:08 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-22 02:20:08 -0800 |
| commit | 47ac1d4a4cbc5a6835c80d80e7756d6b4a6cd0a6 (patch) | |
| tree | 555fb336b8cc397e259582340c3a95d843a4add6 /src/d/actor/d_a_obj_sekizoa.cpp | |
| parent | 4045f16667fe6903243801e1155d086ae8df27b1 (diff) | |
4th round of standard compiler fixes (#2984)
* 4th round of standard compiler fixes
* use of fpcM_ERROR_PROCESS_ID_e in gWolfBustersID
Diffstat (limited to 'src/d/actor/d_a_obj_sekizoa.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_sekizoa.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/d/actor/d_a_obj_sekizoa.cpp b/src/d/actor/d_a_obj_sekizoa.cpp index d1ed19203c..20c8bfb288 100644 --- a/src/d/actor/d_a_obj_sekizoa.cpp +++ b/src/d/actor/d_a_obj_sekizoa.cpp @@ -27,14 +27,14 @@ static char* l_resNameList[3] = { }; static s8 l_loadResPtrn0[2] = { - 0x01, - 0xFF, + 1, + -1, }; static s8 l_loadResPtrn1[3] = { - 0x01, - 0x02, - 0xFF, + 1, + 2, + -1, }; static s8* l_loadResPtrnList[8] = { @@ -836,7 +836,7 @@ int daObj_Sekizoa_c::setYariAnm(int i_frame, int i_mode, f32 i_morf) { u32 param_0; u32 param_1; } yariAnmData[24] = { - {-1, 0}, + {0xFFFFFFFF, 0}, {ANM_YARIA_STILL_L, 1}, {ANM_YARIA_STILL_L, 1}, {ANM_YARIA_STILL_L, 1}, |
