diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-07-25 22:24:57 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-07-25 22:24:57 -0400 |
| commit | 719ac3f748aa618342a55f29e2c8798a95376b64 (patch) | |
| tree | 68e1d6e019b4f1b3700b9475c9c9c188f268ca84 /src/m_Do/m_Do_ext.cpp | |
| parent | 72dc8f4ef64d3ef1674beb5fc8ebd15768174891 (diff) | |
Misc cleanup
Diffstat (limited to 'src/m_Do/m_Do_ext.cpp')
| -rw-r--r-- | src/m_Do/m_Do_ext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m_Do/m_Do_ext.cpp b/src/m_Do/m_Do_ext.cpp index 8d28865c..89b1818a 100644 --- a/src/m_Do/m_Do_ext.cpp +++ b/src/m_Do/m_Do_ext.cpp @@ -110,7 +110,7 @@ int mDoExt_baseAnm::initPlay(s16 i_frameMax, int i_attribute, f32 i_rate, s16 i_ } /* 8000DF24-8000DFC4 .text play__14mDoExt_baseAnmFv */ -int mDoExt_baseAnm::play() { +BOOL mDoExt_baseAnm::play() { JUT_ASSERT(462, mFrameCtrl != NULL); mFrameCtrl->update(); return isStop(); |
