diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-10-30 15:41:08 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-31 00:41:08 +0200 |
| commit | 36519ddf15dba4b5d3ca4c407563c09fbb416d31 (patch) | |
| tree | e65eeed122ddceb472ed58a26f4c00454764b734 /include/JSystem/J3DGraphBase | |
| parent | 7f2e42ba1900c559cd9be283ff907d0b5fd6ddfc (diff) | |
alink horse mostly done (#2229)
* d_a_horse work
* more work on alink horse
* finish alink horse
* little work on d_a_alink_link
Diffstat (limited to 'include/JSystem/J3DGraphBase')
| -rw-r--r-- | include/JSystem/J3DGraphBase/J3DTransform.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
