diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-07-31 13:20:48 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-31 13:20:48 -0400 |
| commit | 45718d8cccbde7bad1c090de82e343fba68dc27f (patch) | |
| tree | 283f733a77fb0ead544a652e17cf2dad2ad42e89 /src/d/actor/d_a_himo3.cpp | |
| parent | 641268e340402a965c90610f7c176d95e346c644 (diff) | |
Compiler compat fix: Passing of rvalue GXColors to non-const reference parameters (#1142)
Diffstat (limited to 'src/d/actor/d_a_himo3.cpp')
| -rw-r--r-- | src/d/actor/d_a_himo3.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/d/actor/d_a_himo3.cpp b/src/d/actor/d_a_himo3.cpp index 1c22ac89..4f9437c8 100644 --- a/src/d/actor/d_a_himo3.cpp +++ b/src/d/actor/d_a_himo3.cpp @@ -305,12 +305,7 @@ static BOOL daHimo3_Draw(himo3_class* i_this) { fVar1 = DEMO_SELECT(REG0_F(0) + 3.75f, 3.75f); } -#ifdef __MWERKS__ i_this->mLineMat.update(i_this->m15C0, fVar1, (GXColor){200, 150, 50, 255}, 0, &actor->tevStr); -#else - GXColor color = (GXColor){200, 150, 50, 255}; - i_this->mLineMat.update(i_this->m15C0, fVar1, color, 0, &actor->tevStr); -#endif dComIfGd_set3DlineMat(&i_this->mLineMat); if (i_this->m0298 != 0xf) { |
