diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-07-19 12:47:27 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-07-19 12:47:27 -0400 |
| commit | 66dfae2571265ed7b72c9a6cb74d804a50695f3e (patch) | |
| tree | f7d2b3693d1c0cbf4d2625470582e9dacd7de157 /src/d/actor/d_a_rd.cpp | |
| parent | e5db7b81a0c2e7caa2625bff5e6633cce0b4eed1 (diff) | |
Change i_entry from int to BOOL
Diffstat (limited to 'src/d/actor/d_a_rd.cpp')
| -rw-r--r-- | src/d/actor/d_a_rd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_rd.cpp b/src/d/actor/d_a_rd.cpp index 3c7f9454..8ca028cc 100644 --- a/src/d/actor/d_a_rd.cpp +++ b/src/d/actor/d_a_rd.cpp @@ -1378,7 +1378,7 @@ void daRd_c::setBtkAnm(s8 idx) { mBtkAnm.init(modelData, btk, true, a_play_prm_tbl[m6DB].loopMode, 1.0f, 0, -1, true, 0); if (mBtkAnm.isStop()) { - if (a_play_prm_tbl[m6DB].m01 != -1 && a_play_prm_tbl[m6DB].loopMode == 0) { + if (a_play_prm_tbl[m6DB].m01 != -1 && a_play_prm_tbl[m6DB].loopMode == J3DFrameCtrl::LOOP_ONCE_e) { m6DB = a_play_prm_tbl[m6DB].m01; } } |
