diff --git a/src/d/actor/d_a_title.cpp b/src/d/actor/d_a_title.cpp index 5ff7dad881..8ded221cfa 100644 --- a/src/d/actor/d_a_title.cpp +++ b/src/d/actor/d_a_title.cpp @@ -101,6 +101,14 @@ void daTit_HIO_c::genMessage(JORMContext* mctx) { #endif int daTitle_c::CreateHeap() { + + #if TARGET_PC + if (dusk::tphd_active()) { +#undef l_arcName +#define l_arcName "Title" + } + #endif + J3DModelData* modelData = (J3DModelData*)dComIfG_getObjectRes(l_arcName, 10); JUT_ASSERT(258, modelData); mpModel = mDoExt_J3DModel__create(modelData, 0x80000, 0x11000285);