diff options
Diffstat (limited to 'src/d/actor/d_a_npc_tt.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_tt.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/d/actor/d_a_npc_tt.cpp b/src/d/actor/d_a_npc_tt.cpp index 52d7d03f..0f4d6cff 100644 --- a/src/d/actor/d_a_npc_tt.cpp +++ b/src/d/actor/d_a_npc_tt.cpp @@ -782,12 +782,7 @@ BOOL daNpc_Tt_c::_draw() { current.pos.y, mObjAcch.GetGroundH(), mObjAcch.m_gnd, &tevStr ); -#ifdef __MWERKS__ mLineKe.mLineMat.update(10, 0.8f, (GXColor){0xC9, 0xCA, 0xE4, 0xFF}, 0, &tevStr); -#else - GXColor color = (GXColor){0xC9, 0xCA, 0xE4, 0xFF}; - mLineKe.mLineMat.update(10, 0.8f, color, 0, &tevStr); -#endif dComIfGd_set3DlineMat(&mLineKe.mLineMat); dSnap_RegistFig(DSNAP_TYPE_NPC_TT, this, 1.0f, 1.0f, 1.0f); |
