summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDylan Ascencio <empressglatia@gmail.com>2023-09-14 20:46:47 -0400
committerGitHub <noreply@github.com>2023-09-14 17:46:47 -0700
commite4d57644c8c19643d8edf3ff91fae55e9daa5a4a (patch)
tree37e207bc67ca64d2c4698767d17ecca43fc080f2 /include
parentc754cf4e2ab7852976633b409e34d9436ab22f3d (diff)
Small but important fix for m_DoExt_McaMorf (#34)
* Small but important fix for m_DoExt_McaMorf * Better fix for m_DoExt_McaMorf lol
Diffstat (limited to 'include')
-rw-r--r--include/m_Do/m_Do_ext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_Do/m_Do_ext.h b/include/m_Do/m_Do_ext.h
index 31a554f4..133d2f31 100644
--- a/include/m_Do/m_Do_ext.h
+++ b/include/m_Do/m_Do_ext.h
@@ -245,7 +245,7 @@ public:
void play(Vec *, u32, u8);
void stopZelAnime();
- u32 pad[0x50]; // J3DMtxCalcMaya
+ u8 pad[0x4C]; // J3DMtxCalcMaya
/* 0x50 */ J3DModel* mpModel;
/* 0x54 */ J3DAnmTransform* mpAnm;
/* 0x58 */ J3DFrameCtrl mFrameCtrl;