summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_mflft.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/d/actor/d_a_mflft.cpp')
-rw-r--r--src/d/actor/d_a_mflft.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/d/actor/d_a_mflft.cpp b/src/d/actor/d_a_mflft.cpp
index 03c79acb..36288993 100644
--- a/src/d/actor/d_a_mflft.cpp
+++ b/src/d/actor/d_a_mflft.cpp
@@ -75,12 +75,7 @@ void ride_call_back(dBgW*, fopAc_ac_c* arg1, fopAc_ac_c* arg2) {
/* 00000408-00000488 .text himo_Draw__FP11mflft_class */
void himo_Draw(mflft_class* i_this) {
-#ifdef __MWERKS__
i_this->mLineMat.update(10, (GXColor){150, 150, 150, 255}, &i_this->actor.tevStr);
- #else
- GXColor color = {150, 150, 150, 255};
- i_this->mLineMat.update(10, color, &i_this->actor.tevStr);
-#endif
dComIfGd_set3DlineMat(&i_this->mLineMat);
}