From 0ce7d2e241ebd4b812373480f9ed9ea0d12b51de Mon Sep 17 00:00:00 2001 From: PJB3005 Date: Sun, 1 Mar 2026 01:19:07 +0100 Subject: [PATCH] Remove anime (for now) --- src/m_Do/m_Do_ext.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/m_Do/m_Do_ext.cpp b/src/m_Do/m_Do_ext.cpp index f987697d28..8f03922d41 100644 --- a/src/m_Do/m_Do_ext.cpp +++ b/src/m_Do/m_Do_ext.cpp @@ -1728,6 +1728,10 @@ void mDoExt_McaMorfSO::setAnm(J3DAnmTransform* i_anm, int i_attr, f32 i_morf, f3 setLoopFrame(getFrame()); setMorf(i_morf); +#if TARGET_PC + puts("We don't know why, but initAnime doesn't work"); + return; +#endif if (mpSound != NULL) { if (i_anm != NULL) { mpBas = static_cast(i_anm)->getBas();