From 36519ddf15dba4b5d3ca4c407563c09fbb416d31 Mon Sep 17 00:00:00 2001 From: TakaRikka <38417346+TakaRikka@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:41:08 -0700 Subject: alink horse mostly done (#2229) * d_a_horse work * more work on alink horse * finish alink horse * little work on d_a_alink_link --- include/JSystem/J3DGraphBase/J3DTransform.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/JSystem/J3DGraphBase') diff --git a/include/JSystem/J3DGraphBase/J3DTransform.h b/include/JSystem/J3DGraphBase/J3DTransform.h index de850d7db2..51a48234ee 100644 --- a/include/JSystem/J3DGraphBase/J3DTransform.h +++ b/include/JSystem/J3DGraphBase/J3DTransform.h @@ -23,6 +23,7 @@ struct J3DTransformInfo { return *this; } */ +#ifdef __MWERKS__ inline J3DTransformInfo& operator=(const register J3DTransformInfo& b) { register const J3DTransformInfo& var_r31 = b; register J3DTransformInfo& var_r30 = *this; @@ -46,6 +47,7 @@ struct J3DTransformInfo { } return *this; } +#endif }; // Size: 0x20 extern J3DTransformInfo const j3dDefaultTransformInfo; -- cgit v1.2.3