diff options
| author | 123456789758 <205478182+123456789758@users.noreply.github.com> | 2026-06-16 14:55:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-16 14:55:36 -0400 |
| commit | d61a31e7ab30ef357060124bae1830939106104b (patch) | |
| tree | 409e8cd3e8f81a3cd516470a88b4a237636e2bd5 /src/d/d_com_static.cpp | |
| parent | f2d931cd81b76b5e7ab29f6b53d172040d088a23 (diff) | |
Use joint enums in several different places (#981)
Co-authored-by: < >
Diffstat (limited to 'src/d/d_com_static.cpp')
| -rw-r--r-- | src/d/d_com_static.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/d/d_com_static.cpp b/src/d/d_com_static.cpp index 1d5789fb..7af2405e 100644 --- a/src/d/d_com_static.cpp +++ b/src/d/d_com_static.cpp @@ -4,6 +4,7 @@ // #include "d/dolzel.h" // IWYU pragma: keep +#include "res/Object/fdai.h" #include "dolphin/types.h" #include "d/d_com_inf_game.h" #include "d/d_salvage.h" @@ -471,9 +472,9 @@ BOOL daStandItem_c::daiItemNodeCallBack(J3DNode* node, int calcTiming) { mDoMtx_stack_c::XrotM(i_this->m6B4); break; case dItemNo_FOUNTAIN_IDOL_e: - if (jntNo == 0) { + if (jntNo == FOBJ09_JNT_TUBOKO_BASE_e) { mDoMtx_copy(mDoMtx_stack_c::get(), i_this->m630); - } else if (jntNo == 1) { + } else if (jntNo == FOBJ09_JNT_TUBOKO_HEAD_e) { mDoMtx_copy(mDoMtx_stack_c::get(), i_this->m660); } break; |
