mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 20:57:46 -04:00
This commit is contained in:
+17
-17
@@ -712,9 +712,9 @@ void daNpc_Uri_c::action() {
|
||||
}
|
||||
|
||||
void daNpc_Uri_c::beforeMove() {
|
||||
fopAcM_OffStatus(this, 0x8000000);
|
||||
fopAcM_OffStatus(this, fopAcStts_UNK_0x8000000_e);
|
||||
if (checkHide()) {
|
||||
fopAcM_OnStatus(this, 0x8000000);
|
||||
fopAcM_OnStatus(this, fopAcStts_UNK_0x8000000_e);
|
||||
}
|
||||
|
||||
if (checkHide() || mNoDraw != 0) {
|
||||
@@ -952,7 +952,7 @@ BOOL daNpc_Uri_c::chkPlayerCarryBasket() {
|
||||
fopAc_ac_c* actor = NULL;
|
||||
daPy_py_c* player = daPy_getPlayerActorClass();
|
||||
if (fopAcM_SearchByID(player->getGrabActorID(), &actor) && actor != NULL &&
|
||||
fopAcM_GetName(actor) == PROC_OBJ_KAGO)
|
||||
fopAcM_GetName(actor) == fpcNm_OBJ_KAGO_e)
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
@@ -1920,20 +1920,20 @@ static actor_method_class daNpc_Uri_MethodTable = {
|
||||
};
|
||||
|
||||
actor_process_profile_definition g_profile_NPC_URI = {
|
||||
fpcLy_CURRENT_e, // mLayerID
|
||||
7, // mListID
|
||||
fpcPi_CURRENT_e, // mListPrio
|
||||
PROC_NPC_URI, // mProcName
|
||||
&g_fpcLf_Method.base, // sub_method
|
||||
sizeof(daNpc_Uri_c), // mSize
|
||||
0, // mSizeOther
|
||||
0, // mParameters
|
||||
&g_fopAc_Method.base, // sub_method
|
||||
378, // mPriority
|
||||
&daNpc_Uri_MethodTable, // sub_method
|
||||
0x00040107, // mStatus
|
||||
fopAc_NPC_e, // mActorType
|
||||
fopAc_CULLBOX_CUSTOM_e, // cullType
|
||||
/* Layer ID */ fpcLy_CURRENT_e,
|
||||
/* List ID */ 7,
|
||||
/* List Prio */ fpcPi_CURRENT_e,
|
||||
/* Proc Name */ fpcNm_NPC_URI_e,
|
||||
/* Proc SubMtd */ &g_fpcLf_Method.base,
|
||||
/* Size */ sizeof(daNpc_Uri_c),
|
||||
/* Size Other */ 0,
|
||||
/* Parameters */ 0,
|
||||
/* Leaf SubMtd */ &g_fopAc_Method.base,
|
||||
/* Draw Prio */ fpcDwPi_NPC_URI_e,
|
||||
/* Actor SubMtd */ &daNpc_Uri_MethodTable,
|
||||
/* Status */ fopAcStts_UNK_0x40000_e | fopAcStts_CULL_e | fopAcStts_UNK_0x4_e | fopAcStts_UNK_0x2_e | fopAcStts_UNK_0x1_e,
|
||||
/* Group */ fopAc_NPC_e,
|
||||
/* Cull Type */ fopAc_CULLBOX_CUSTOM_e,
|
||||
};
|
||||
|
||||
AUDIO_INSTANCES;
|
||||
|
||||
Reference in New Issue
Block a user